We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba818e3 commit c79c51eCopy full SHA for c79c51e
.github/workflows/go.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/setup-go@v5
24
with:
25
go-version: ${{ matrix.go-version }}
26
+ cache: false
27
id: go
28
29
- name: Check out code into the Go module directory
0 commit comments