We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4549974 commit a6eb28eCopy full SHA for a6eb28e
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
env:
10
# Go version we currently use to build containerd across all CI.
11
# Note: don't forget to update `Binaries` step, as it contains the matrix of all supported Go versions.
12
- GO_VERSION: "1.22.8"
+ GO_VERSION: "1.23.8"
13
14
permissions: # added using https://github.com/step-security/secure-workflows
15
contents: read
@@ -64,7 +64,7 @@ jobs:
64
path: src/github.com/containerd/platforms
65
fetch-depth: 25
66
67
- - uses: containerd/project-checks@v1.1.0
+ - uses: containerd/project-checks@v1.2.2
68
with:
69
working-directory: src/github.com/containerd/platforms
70
repo-access-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments