Skip to content

Commit 529aa18

Browse files
committed
clear the go module cache
1 parent d6d1734 commit 529aa18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sanity.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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
2022
- name: Run verification checks
2123
run: make verify GOFLAGS='-tags=containers_image_openpgp'
2224
lint:

0 commit comments

Comments
 (0)