Skip to content

Bump golangci/golangci-lint-action from 3.4.0 to 6.1.1 #1475

Bump golangci/golangci-lint-action from 3.4.0 to 6.1.1

Bump golangci/golangci-lint-action from 3.4.0 to 6.1.1 #1475

Workflow file for this run

name: Build
on:
pull_request:
branches: ['main']
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19, 1.20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- run: |
go build ./...
go test -run=^$ ./...