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 ca47c5c + 45062c7 commit 2e4af84Copy full SHA for 2e4af84
.github/workflows/test.yml
@@ -63,9 +63,7 @@ jobs:
63
# the allow list corresponds to https://github.com/cncf/foundation/blob/e5db022a0009f4db52b89d9875640cf3137153fe/allowed-third-party-license-policy.md
64
run: go-licenses check --include_tests ./... --allowed_licenses=$(cat ./hack/allowed-licenses.txt)
65
- name: Install ltag
66
- # The GitHub repo has been moved from kunalkushwaha/ltag to containerd/ltag,
67
- # but the Go module name is not changed yet: https://github.com/containerd/ltag/issues/17
68
- run: go install github.com/kunalkushwaha/[email protected]
+ run: go install github.com/containerd/ltag@latest
69
- name: Check license boilerplates
70
run: ltag -t ./hack/ltag --check -v
71
0 commit comments