Skip to content

Commit 2e4af84

Browse files
authored
Merge pull request #3661 from jandubois/bump-ltag
Bump ltag to fix module name
2 parents ca47c5c + 45062c7 commit 2e4af84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363
# the allow list corresponds to https://github.com/cncf/foundation/blob/e5db022a0009f4db52b89d9875640cf3137153fe/allowed-third-party-license-policy.md
6464
run: go-licenses check --include_tests ./... --allowed_licenses=$(cat ./hack/allowed-licenses.txt)
6565
- 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]
66+
run: go install github.com/containerd/ltag@latest
6967
- name: Check license boilerplates
7068
run: ltag -t ./hack/ltag --check -v
7169

0 commit comments

Comments
 (0)