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.
2 parents 7483452 + c899193 commit 35c4d96Copy full SHA for 35c4d96
.github/workflows/validate.yml
@@ -144,6 +144,8 @@ jobs:
144
check-latest: true
145
- name: verify deps
146
run: make verify-dependencies
147
+ - name: no toolchain in go.mod # See https://github.com/opencontainers/runc/pull/4717, https://github.com/dependabot/dependabot-core/issues/11933.
148
+ run: if grep -q '^toolchain ' go.mod; then echo "Error: go.mod must not have toolchain directive, please fix"; exit 1; fi
149
150
151
commit:
0 commit comments