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 2289713 commit 78fd6ebCopy full SHA for 78fd6eb
.github/workflows/go-build.yml
@@ -32,15 +32,15 @@ jobs:
32
with:
33
go-version: '1.24.1'
34
35
- - name: Cache Go modules
36
- uses: actions/cache@v4
37
- with:
38
- path: |
39
- ~/.cache/go-build
40
- ~/go/pkg/mod
41
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
42
- restore-keys: |
43
- ${{ runner.os }}-go-
+ # - name: Cache Go modules
+ # uses: actions/cache@v4
+ # with:
+ # path: |
+ # ~/.cache/go-build
+ # ~/go/pkg/mod
+ # key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
+ # restore-keys: |
+ # ${{ runner.os }}-go-
44
45
- name: Install Linux build dependencies
46
if: matrix.os == 'ubuntu-latest'
0 commit comments