Skip to content

Commit a6eb28e

Browse files
committed
Update ci.yml
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
1 parent 4549974 commit a6eb28e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
# Go version we currently use to build containerd across all CI.
1111
# Note: don't forget to update `Binaries` step, as it contains the matrix of all supported Go versions.
12-
GO_VERSION: "1.22.8"
12+
GO_VERSION: "1.23.8"
1313

1414
permissions: # added using https://github.com/step-security/secure-workflows
1515
contents: read
@@ -64,7 +64,7 @@ jobs:
6464
path: src/github.com/containerd/platforms
6565
fetch-depth: 25
6666

67-
- uses: containerd/project-checks@v1.1.0
67+
- uses: containerd/project-checks@v1.2.2
6868
with:
6969
working-directory: src/github.com/containerd/platforms
7070
repo-access-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)