Commit 0a2c5ce 1 parent 05ac85f commit 0a2c5ce Copy full SHA for 0a2c5ce
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 63
63
steps :
64
64
- uses : actions/checkout@v3
65
65
66
- - uses : actions/setup-go@v3
66
+ - uses : actions/setup-go@v4
67
67
with :
68
68
go-version : ' >=1.20'
69
69
Original file line number Diff line number Diff line change 62
62
if : matrix.os == 'ubuntu-22.04'
63
63
run : ./.github/workflows/linux-setup.sh
64
64
65
- - uses : actions/setup-go@v3
65
+ - uses : actions/setup-go@v4
66
66
with :
67
67
go-version : ' >=1.20'
68
68
Original file line number Diff line number Diff line change 30
30
name : lint
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/setup-go@v3
33
+ - uses : actions/setup-go@v4
34
34
with :
35
35
go-version : ' >=1.20'
36
36
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 38
38
- name : Install build tools
39
39
run : ./.github/workflows/linux-build-setup.sh
40
40
41
- - uses : actions/setup-go@v3
41
+ - uses : actions/setup-go@v4
42
42
with :
43
43
go-version : ' >=1.20'
44
44
@@ -121,7 +121,7 @@ jobs:
121
121
with :
122
122
# We need to get all branches and tags for git describe to work properly
123
123
fetch-depth : 0
124
- - uses : actions/setup-go@v3
124
+ - uses : actions/setup-go@v4
125
125
with :
126
126
go-version : ' >=1.20'
127
127
Original file line number Diff line number Diff line change 42
42
- name : Install build tools
43
43
run : ./.github/workflows/linux-build-setup.sh
44
44
45
- - uses : actions/setup-go@v3
45
+ - uses : actions/setup-go@v4
46
46
with :
47
47
go-version : ' >=1.20'
48
48
Original file line number Diff line number Diff line change 80
80
uses : Homebrew/actions/setup-homebrew@master
81
81
- name : Install Docker and deps (Linux)
82
82
run : ./.github/workflows/linux-setup.sh
83
- - uses : actions/setup-go@v3
83
+ - uses : actions/setup-go@v4
84
84
with :
85
85
go-version : ' >=1.20'
86
86
You can’t perform that action at this time.
0 commit comments