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>
(cherry picked from commit 6bcc736)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Jun 7, 2024
1 parent 8bfc75a commit fb23608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,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.53
# Extra linters, only checking new code from a pull request.
Expand Down

0 comments on commit fb23608

Please sign in to comment.