Skip to content

Commit f502d77

Browse files
committed
disable cache in setup-go
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
1 parent 529aa18 commit f502d77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sanity.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version-file: "go.mod"
20-
- name: Clear the module cache
21-
run: go clean -modcache
20+
cache: false
2221
- name: Run verification checks
2322
run: make verify GOFLAGS='-tags=containers_image_openpgp'
2423
lint:

0 commit comments

Comments
 (0)