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 2c201e1 + 9d950f6 commit bcdb37cCopy full SHA for bcdb37c
action.yml
@@ -63,7 +63,7 @@ runs:
63
run: |
64
echo "::group::🚧 Get dependencies"
65
go install -v github.com/vbatts/git-validation@latest
66
- go install -v github.com/kunalkushwaha/ltag@latest
+ go install -v github.com/containerd/ltag@latest
67
echo "::endgroup::"
68
69
- name: DCO Checks
script/validate/fileheader
@@ -19,7 +19,7 @@ set -eu -o pipefail
19
20
if ! command -v ltag; then
21
>&2 echo "ERROR: ltag not found. Install with:"
22
- >&2 echo " go install github.com/kunalkushwaha/ltag@latest"
+ >&2 echo " go install github.com/containerd/ltag@latest"
23
exit 1
24
fi
25
0 commit comments