Skip to content

Commit

Permalink
fix: upgrade CI golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Aug 17, 2024
1 parent a7bbac3 commit 85a59f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
version: v1.60.1
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 85a59f6

Please sign in to comment.