Skip to content

Commit 9d950f6

Browse files
committed
kunalkushwaha/ltag -> containerd/ltag
`go install github.com/kunalkushwaha/ltag@latest` no longer works, even for ltag v0.2.x. ``` go: downloading github.com/kunalkushwaha/ltag v0.3.0 go: github.com/kunalkushwaha/ltag@latest: version constraints conflict: github.com/kunalkushwaha/ltag@v0.3.0: parsing go.mod: module declares its path as: github.com/containerd/ltag but was required as: github.com/kunalkushwaha/ltag ``` Caused by containerd/ltag PR 19 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 2c201e1 commit 9d950f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
run: |
6464
echo "::group::🚧 Get dependencies"
6565
go install -v github.com/vbatts/git-validation@latest
66-
go install -v github.com/kunalkushwaha/ltag@latest
66+
go install -v github.com/containerd/ltag@latest
6767
echo "::endgroup::"
6868
6969
- name: DCO Checks

script/validate/fileheader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -eu -o pipefail
1919

2020
if ! command -v ltag; then
2121
>&2 echo "ERROR: ltag not found. Install with:"
22-
>&2 echo " go install github.com/kunalkushwaha/ltag@latest"
22+
>&2 echo " go install github.com/containerd/ltag@latest"
2323
exit 1
2424
fi
2525

0 commit comments

Comments
 (0)