Skip to content

Commit b4095ce

Browse files
committed
Remove cache.. again
1 parent 0e63613 commit b4095ce

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/security.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ jobs:
3434
with:
3535
go-version: "~1.20"
3636

37-
- name: Go Cache Paths
38-
id: go-cache-paths
39-
run: |
40-
echo "GOMODCACHE=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
41-
42-
- name: Go Mod Cache
43-
uses: actions/cache@v3
44-
with:
45-
path: ${{ steps.go-cache-paths.outputs.GOMODCACHE }}
46-
key: ${{ runner.os }}-release-go-mod-${{ hashFiles('**/go.sum') }}
47-
4837
# Workaround to prevent CodeQL from building the dashboard.
4938
- name: Remove Makefile
5039
run: |

0 commit comments

Comments
 (0)