Skip to content

Commit

Permalink
upgrade golint actions ver
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuboxa committed Sep 13, 2024
1 parent 81c2019 commit a4db47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- uses: golangci/golangci-lint-action@v4
- uses: golangci/golangci-lint-action@v6
with:
version: 'v1.55.2'
version: 'v1.61.0'
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4db47c

Please sign in to comment.