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 2207385 commit dec9c5fCopy full SHA for dec9c5f
.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: Clean go cache
21
+ run: go clean -modcache
22
- name: Run verification checks
23
run: make verify
24
lint:
0 commit comments