From 45062c7f1c59a4276a139ed960e1c9f2f097967d Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Fri, 27 Jun 2025 13:35:56 -0700 Subject: [PATCH] Bump ltag to fix module name Signed-off-by: Jan Dubois --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc77b2f3c91..4e27bc4508b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,9 +63,7 @@ jobs: # the allow list corresponds to https://github.com/cncf/foundation/blob/e5db022a0009f4db52b89d9875640cf3137153fe/allowed-third-party-license-policy.md run: go-licenses check --include_tests ./... --allowed_licenses=$(cat ./hack/allowed-licenses.txt) - name: Install ltag - # The GitHub repo has been moved from kunalkushwaha/ltag to containerd/ltag, - # but the Go module name is not changed yet: https://github.com/containerd/ltag/issues/17 - run: go install github.com/kunalkushwaha/ltag@v0.2.5 + run: go install github.com/containerd/ltag@latest - name: Check license boilerplates run: ltag -t ./hack/ltag --check -v