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 3d8a278 + d7285e4 commit e55fe63Copy full SHA for e55fe63
.github/workflows/validate.yml
@@ -145,7 +145,8 @@ jobs:
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
+ run: |
149
+ if grep -q '^toolchain ' go.mod; then echo "Error: go.mod must not have toolchain directive, please fix"; exit 1; fi
150
151
152
commit:
0 commit comments