Skip to content

Commit 78fd6eb

Browse files
committed
[refactor]: update workflow
1 parent 2289713 commit 78fd6eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/go-build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
with:
3333
go-version: '1.24.1'
3434

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-
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-
4444

4545
- name: Install Linux build dependencies
4646
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)