Skip to content

Commit

Permalink
chore: use latest golnagci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancurrah committed Jun 29, 2024
1 parent c94dfb6 commit 5b94f7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
run: make build

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-build-cache: true
skip-pkg-cache: true

- name: Test
run: make test
Expand Down

0 comments on commit 5b94f7d

Please sign in to comment.