Skip to content

Commit c531c30

Browse files
authored
Merge pull request #325 from thaJeztah/fix_dep
ci: fix project checks
2 parents c5dd4fa + 484be29 commit c531c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)