We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d1734 commit 529aa18Copy full SHA for 529aa18
.github/workflows/sanity.yaml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/setup-go@v5
18
with:
19
go-version-file: "go.mod"
20
+ - name: Clear the module cache
21
+ run: go clean -modcache
22
- name: Run verification checks
23
run: make verify GOFLAGS='-tags=containers_image_openpgp'
24
lint:
0 commit comments