Skip to content

Commit 9dd67e1

Browse files
committed
gha: bump containerd/project-checks to v1.2.2
v1.1.0 was released in 2022, and since then there have been some project renames that cause the old version to no longer work, breaking CI: go: github.com/kunalkushwaha/ltag@latest: github.com/kunalkushwaha/[email protected]: parsing go.mod: module declares its path as: github.com/containerd/ltag but was required as: github.com/kunalkushwaha/ltag Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 8f6c4e4 commit 9dd67e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go install github.com/golangci/golangci-lint/cmd/[email protected]
3838
3939
- name: Project Checks
40-
uses: containerd/project-checks@v1.1.0
40+
uses: containerd/project-checks@v1.2.2
4141
with:
4242
working-directory: src/github.com/containerd/console
4343

0 commit comments

Comments
 (0)