File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9696 rm -rf ~/criu
9797
9898 - name : install go ${{ matrix.go-version }}
99- uses : actions/setup-go@v5
99+ uses : actions/setup-go@v6
100100 with :
101101 go-version : ${{ matrix.go-version }}
102102 check-latest : true
@@ -166,7 +166,7 @@ jobs:
166166 sudo apt -qy install libseccomp-dev libseccomp-dev:i386 gcc-multilib libgcc-s1:i386 criu
167167
168168 - name : install go
169- uses : actions/setup-go@v5
169+ uses : actions/setup-go@v6
170170 with :
171171 go-version : 1.x # Latest stable
172172 check-latest : true
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 2
35- - uses : actions/setup-go@v5
35+ - uses : actions/setup-go@v6
3636 with :
3737 go-version : " ${{ env.GO_VERSION }}"
3838 - name : install deps
5454 - uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 2
57- - uses : actions/setup-go@v5
57+ - uses : actions/setup-go@v6
5858 with :
5959 go-version : " ${{ env.GO_VERSION }}"
6060 - name : install deps
7878 steps :
7979 - uses : actions/checkout@v5
8080 - name : install go
81- uses : actions/setup-go@v5
81+ uses : actions/setup-go@v6
8282 with :
8383 go-version : " ${{ env.GO_VERSION }}"
8484 - name : install deps
@@ -143,7 +143,7 @@ jobs:
143143 steps :
144144 - uses : actions/checkout@v5
145145 - name : install go
146- uses : actions/setup-go@v5
146+ uses : actions/setup-go@v6
147147 with :
148148 go-version : " ${{ env.GO_VERSION }}"
149149 check-latest : true
You can’t perform that action at this time.
0 commit comments