Skip to content

Commit 8895e19

Browse files
authored
task: remove cache from go installation (#270)
1 parent 103e85c commit 8895e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version-file: 'go.mod'
19+
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
1920
- name: lint
2021
uses: golangci/[email protected]
2122
with:

0 commit comments

Comments
 (0)