Skip to content

Commit 6bcc736

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]>
1 parent e74ff0f commit 6bcc736

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
@@ -34,12 +34,11 @@ jobs:
3434
- uses: actions/setup-go@v5
3535
with:
3636
go-version: "${{ env.GO_VERSION }}"
37-
cache: false # golangci-lint-action does its own caching
3837
- name: install deps
3938
run: |
4039
sudo apt -q update
4140
sudo apt -qy install libseccomp-dev
42-
- uses: golangci/golangci-lint-action@v4
41+
- uses: golangci/golangci-lint-action@v5
4342
with:
4443
version: v1.54
4544
# Extra linters, only checking new code from a pull request.

0 commit comments

Comments
 (0)