Skip to content

Commit 484be29

Browse files
committed
ci: fix project checks
The github.com/kunalkushwaha/ltag project moved to the containerd org Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c5dd4fa commit 484be29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
echo "::group:: install dependencies"
6060
go install -v github.com/vbatts/git-validation@latest
61-
go install -v github.com/kunalkushwaha/ltag@latest
61+
go install -v github.com/containerd/ltag@latest
6262
echo "::endgroup::"
6363
6464
- name: DCO checker

0 commit comments

Comments
 (0)