Skip to content

Commit

Permalink
Upgrade golangci-lint version (#128)
Browse files Browse the repository at this point in the history
This commit upgrades golangci-lint version to the latest release. This
version includes support for Go 1.23, but seems to solve OOM errors or
timeouts on repos using Go 1.23.

This version will show govet errors that weren't there before.
  • Loading branch information
maraino authored Aug 15, 2024
1 parent 0c61a5e commit d8e27c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
- name: Run Linter
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.59.1
version: v1.60.1
args: '${{ inputs.golangci-lint-args }}'
skip-cache: true

0 comments on commit d8e27c9

Please sign in to comment.