Skip to content

Commit 2da1ca0

Browse files
authored
Removes go mod tidy cache
This commit removes the cache for go mod tidy from github actions.
1 parent 901439e commit 2da1ca0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/github-actions.yml

-9
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ jobs:
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
5555
check-latest: true
56-
# This takes a little extra time on the first run but ensures later runs for new commits are fast.
57-
- uses: actions/cache@v2
58-
with:
59-
path: |
60-
~/.cache/go-build
61-
~/go/pkg/mod
62-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
63-
restore-keys: |
64-
${{ runner.os }}-go-
6556
- name: Run go mod tidy
6657
run: |
6758
go mod tidy -compat=$GO_VERSION

0 commit comments

Comments
 (0)