File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 # Install Go
3333 #
3434 - name : Install Go
35- uses : actions/setup-go@v5
35+ uses : actions/setup-go@v6
3636 with :
3737 go-version : ' 1.22.x'
3838 cache-dependency-path : src/github.com/containerd/cgroups
5959 path : src/github.com/containerd/cgroups
6060
6161 - name : Install Go
62- uses : actions/setup-go@v5
62+ uses : actions/setup-go@v6
6363 with :
6464 go-version : ${{ matrix.go-version }}
6565 cache-dependency-path : src/github.com/containerd/cgroups
@@ -101,7 +101,7 @@ jobs:
101101 path : src/github.com/containerd/cgroups
102102
103103 - name : Install Go
104- uses : actions/setup-go@v5
104+ uses : actions/setup-go@v6
105105 with :
106106 go-version : ${{ matrix.go-version }}
107107
@@ -163,7 +163,7 @@ jobs:
163163 path : src/github.com/containerd/cgroups
164164
165165 - name : Install Go
166- uses : actions/setup-go@v5
166+ uses : actions/setup-go@v6
167167 with :
168168 go-version : ${{ matrix.go-version }}
169169
@@ -187,7 +187,7 @@ jobs:
187187 path : src/github.com/containerd/cgroups
188188
189189 - name : Install Go
190- uses : actions/setup-go@v5
190+ uses : actions/setup-go@v6
191191 with :
192192 go-version : ' 1.22.x'
193193 cache-dependency-path : src/github.com/containerd/cgroups
You can’t perform that action at this time.
0 commit comments