Skip to content

Commit fb23608

Browse files
committed
ci/gha: bump golangci/golangci-lint-action to v5
Since v5 removes caching [1], re-enable setup-go cache. [1] golangci/golangci-lint-action#1024 Signed-off-by: Kir Kolyshkin <[email protected]> (cherry picked from commit 6bcc736) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 8bfc75a commit fb23608

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ jobs:
2727
- uses: actions/setup-go@v5
2828
with:
2929
go-version: "${{ env.GO_VERSION }}"
30-
cache: false # golangci-lint-action does its own caching
3130
- name: install deps
3231
run: |
3332
sudo apt -q update
3433
sudo apt -qy install libseccomp-dev
35-
- uses: golangci/golangci-lint-action@v4
34+
- uses: golangci/golangci-lint-action@v5
3635
with:
3736
version: v1.53
3837
# Extra linters, only checking new code from a pull request.

0 commit comments

Comments
 (0)