Skip to content

Commit

Permalink
Update CI tool version
Browse files Browse the repository at this point in the history
- updated golangci/golangci-lint-action to v6 to remove
   caching collision errors
  • Loading branch information
maguro committed Dec 19, 2024
1 parent 9e4c9b3 commit 5c9a61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6

- name: Test
run: ginkgo -v -race -coverprofile=coverage.out -coverpkg=./... ./...
Expand Down

0 comments on commit 5c9a61b

Please sign in to comment.