Skip to content

Commit 6a5cb80

Browse files
authored
ci: don't use actions/setup-go cache for golangci-lint as it has its own cache (#126)
1 parent 90ade8c commit 6a5cb80

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- uses: actions/setup-go@v3
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
55-
cache: true
5655

5756
- name: Run golangci-lint
5857
uses: golangci/golangci-lint-action@v3

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- uses: actions/setup-go@v3
5252
with:
5353
go-version: ${{ env.GO_VERSION }}
54-
cache: true
5554

5655
- name: Run golangci-lint
5756
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)