Skip to content

Commit 6f9a821

Browse files
authored
Update build.yml
1 parent e4a1d91 commit 6f9a821

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-go@v5
3232
with:
3333
go-version: ${{ matrix.go-version }}
34-
cache-dependency-path: "**/*.sum"
3534

3635
- name: Checkout code
3736
uses: actions/checkout@v4
@@ -67,7 +66,6 @@ jobs:
6766
uses: actions/setup-go@v5
6867
with:
6968
go-version: ${{ matrix.go-version }}
70-
cache-dependency-path: "**/*.sum"
7169

7270
- name: Checkout code
7371
uses: actions/checkout@v4

0 commit comments

Comments
 (0)