Skip to content

Commit

Permalink
Merge pull request #65 from flipgroup/golangci-lint-bump
Browse files Browse the repository at this point in the history
Bump `golangci-lint` to `v1.61.0`
  • Loading branch information
magnetikonline authored Sep 13, 2024
2 parents 7ab2fbd + b96a0c5 commit 29a2d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: flipgroup/action-golang-with-lint@main
with:
version-golang-file: go.mod
version-golangci-lint: v1.59.1
version-golangci-lint: v1.61.0
- name: Test
run: go test -count=1 -v ./...

0 comments on commit 29a2d1d

Please sign in to comment.