Skip to content

Commit

Permalink
Update go linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli committed Oct 24, 2024
1 parent aff9d45 commit 8d830b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
go-version: "1.23"

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
skip-pkg-cache: true
version: v1.60
args: --out-format=colored-line-number --timeout=20m

- name: Format
Expand Down

0 comments on commit 8d830b3

Please sign in to comment.