Skip to content

Commit c1ddaea

Browse files
Update go.yml
1 parent 514a669 commit c1ddaea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ jobs:
2020
uses: actions/setup-go@v4
2121
with:
2222
go-version: '1.23'
23-
- name: Cache Go dependencies
24-
uses: actions/cache@v2
25-
with:
26-
path: ~/go/pkg/mod
27-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
28-
restore-keys: |
29-
${{ runner.os }}-go-
30-
3123
- name: Build
3224
run: go build -v ./...
3325

0 commit comments

Comments
 (0)