We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58be2ad + 1b873ed commit 052f853Copy full SHA for 052f853
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
os: [ubuntu-22.04, macos-13] # TODO: Add windows-2019
33
34
steps:
35
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
36
with:
37
go-version: ${{ env.GO_VERSION }}
38
cache: false # see actions/setup-go#368
@@ -54,7 +54,7 @@ jobs:
54
timeout-minutes: 5
55
56
57
58
59
60
@@ -79,7 +79,7 @@ jobs:
79
80
path: src/github.com/containerd/plugin
81
82
83
84
85
0 commit comments