Skip to content

Commit 849f329

Browse files
authored
Merge pull request #3670 from jandubois/pin-ltag
Pin ltag version
2 parents 89f222c + 2dd3319 commit 849f329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +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-
run: go install github.com/containerd/ltag@latest
66+
run: go install github.com/containerd/ltag@v0.3.0
6767
- name: Check license boilerplates
6868
run: ltag -t ./hack/ltag --check -v
6969

0 commit comments

Comments
 (0)