Skip to content

Commit 2fa07c5

Browse files
committed
ci: re-add caching for golangci-lint job
Since v5, golangci-lint-action relies on actions/setup-go for caching, so remove "cache: false" from actions/setup-go to re-enable caching. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 992e7ce commit 2fa07c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/validate.yml

-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- uses: actions/setup-go@v5
3535
with:
3636
go-version: 1.22.x
37-
cache: false # golangci-lint-action does its own caching
3837
- uses: golangci/golangci-lint-action@v6
3938
with:
4039
version: v1.61
@@ -63,7 +62,6 @@ jobs:
6362
- uses: actions/setup-go@v5
6463
with:
6564
go-version: 1.22.x
66-
cache: false # golangci-lint-action does its own caching
6765
- uses: golangci/golangci-lint-action@v6
6866
with:
6967
version: v1.61

0 commit comments

Comments
 (0)