Skip to content

Commit

Permalink
ci: upgrade golangci/golangci-lint-action to v5 (google#964)
Browse files Browse the repository at this point in the history
Cherry-picked from google#897

---

We can drop the `skip-pkg-cache` option now as caching has been removed
in favor of `actions/setup-go`s caching
  • Loading branch information
G-Rath authored May 6, 2024
1 parent 94dc496 commit 9fee150
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ runs:
using: composite
steps:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc # v4.0.1
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.56.2
# https://github.com/golangci/golangci-lint-action/issues/135
skip-pkg-cache: true

0 comments on commit 9fee150

Please sign in to comment.