File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Set up Go
23
- uses : actions/setup-go@v5
23
+ uses : actions/setup-go@v6
24
24
with :
25
25
go-version : " 1.22"
26
26
id : go
78
78
run : git fetch --prune --unshallow
79
79
80
80
- name : Set up Go
81
- uses : actions/setup-go@v5
81
+ uses : actions/setup-go@v6
82
82
with :
83
83
go-version : ' 1.22'
84
84
Original file line number Diff line number Diff line change 20
20
timeout-minutes : 5
21
21
steps :
22
22
- name : Set up Go
23
- uses : actions/setup-go@v5
23
+ uses : actions/setup-go@v6
24
24
with :
25
25
go-version : " 1.22"
26
26
id : go
93
93
- " 1.11.*"
94
94
steps :
95
95
- name : Set up Go
96
- uses : actions/setup-go@v5
96
+ uses : actions/setup-go@v6
97
97
with :
98
98
go-version : " 1.22"
99
99
id : go
@@ -123,7 +123,7 @@ jobs:
123
123
timeout-minutes : 5
124
124
steps :
125
125
- name : Set up Go
126
- uses : actions/setup-go@v5
126
+ uses : actions/setup-go@v6
127
127
with :
128
128
go-version : " 1.22"
129
129
id : go
You can’t perform that action at this time.
0 commit comments