Skip to content

Commit 87e8f46

Browse files
push
1 parent 2851691 commit 87e8f46

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test2.yml

-8
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
- name: Create mod cache directory
2424
run: mkdir -p /home/runner/go/pkg/mod
2525

26-
- name: Cache modules
27-
uses: actions/cache@v2
28-
with:
29-
path: /home/runner/go/pkg/mod
30-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
31-
restore-keys: |
32-
${{ runner.os }}-go-
33-
3426
- name: Build
3527
run: go build -v ./...
3628

0 commit comments

Comments
 (0)