Skip to content

Commit

Permalink
ci/gha: bump golangci/golangci-lint-action to v5
Browse files Browse the repository at this point in the history
Since v5 removes caching [1], re-enable setup-go cache.

[1] golangci/golangci-lint-action#1024

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Apr 25, 2024
1 parent e74ff0f commit 6bcc736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Expand Up @@ -34,12 +34,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "${{ env.GO_VERSION }}"
cache: false # golangci-lint-action does its own caching
- name: install deps
run: |
sudo apt -q update
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v4
- uses: golangci/golangci-lint-action@v5
with:
version: v1.54
# Extra linters, only checking new code from a pull request.
Expand Down

0 comments on commit 6bcc736

Please sign in to comment.