Skip to content

Commit

Permalink
update linter settings in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
aoyako committed Apr 29, 2024
1 parent 3a93ca6 commit bef5810
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@ jobs:
run: go test -v ./...

golangci:
strategy:
matrix:
go: ['1.22']
os: [linux-latest]
name: lint
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: false
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.54
version: v1.57

0 comments on commit bef5810

Please sign in to comment.