Skip to content

Commit

Permalink
Upgrade golangci-lint-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbonas committed Aug 14, 2024
1 parent 4ff3bf1 commit de8b4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
GO111MODULE: on

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
version: v1.59
args: --exclude ".Log(.*)|format.Set|level.Set" --timeout=2m

0 comments on commit de8b4af

Please sign in to comment.