File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 60
60
rm -rf ~/criu
61
61
62
62
- name : install go ${{ matrix.go-version }}
63
- uses : actions/setup-go@v2
63
+ uses : actions/setup-go@v3
64
64
with :
65
65
stable : ' !contains(${{ matrix.go-version }}, "beta") && !contains(${{ matrix.go-version }}, "rc")'
66
66
go-version : ${{ matrix.go-version }}
@@ -120,7 +120,7 @@ jobs:
120
120
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib criu
121
121
122
122
- name : install go
123
- uses : actions/setup-go@v2
123
+ uses : actions/setup-go@v3
124
124
with :
125
125
go-version : 1.x # Latest stable
126
126
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-20.04
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - uses : actions/setup-go@v2
19
+ - uses : actions/setup-go@v3
20
20
with :
21
21
go-version : " ${{ env.GO_VERSION }}"
22
22
- name : install deps
35
35
contents : read
36
36
steps :
37
37
- uses : actions/checkout@v3
38
- - uses : actions/setup-go@v2
38
+ - uses : actions/setup-go@v3
39
39
with :
40
40
go-version : " ${{ env.GO_VERSION }}"
41
41
- name : install deps
57
57
steps :
58
58
- uses : actions/checkout@v3
59
59
- name : install go
60
- uses : actions/setup-go@v2
60
+ uses : actions/setup-go@v3
61
61
with :
62
62
go-version : " ${{ env.GO_VERSION }}"
63
63
- name : compile with no build tags
@@ -124,7 +124,7 @@ jobs:
124
124
steps :
125
125
- uses : actions/checkout@v3
126
126
- name : install go
127
- uses : actions/setup-go@v2
127
+ uses : actions/setup-go@v3
128
128
with :
129
129
go-version : " ${{ env.GO_VERSION }}"
130
130
- name : cache go mod and $GOCACHE
You can’t perform that action at this time.
0 commit comments