Skip to content

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #14

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #14

Workflow file for this run

name: ci
on:
pull_request:
branches: ['main']
push:
branches: ['main']
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20'
check-latest: true
- uses: chainguard-dev/actions/goimports@main
- run: |
go build ./...
go test ./... -race