Commit 0167bd1 1 parent 27d24ac commit 0167bd1 Copy full SHA for 0167bd1
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Go 1.x
18
18
uses : actions/setup-go@v2
19
19
with :
20
- go-version : ' >= 1.19.4 '
20
+ go-version : ' >= 1.20.x '
21
21
id : go
22
22
23
23
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 17
17
- name : Set up Go 1.x
18
18
uses : actions/setup-go@v2
19
19
with :
20
- go-version : ' >= 1.19.4 '
20
+ go-version : ' >= 1.20.x '
21
21
id : go
22
22
23
23
- name : Clone the repository
Original file line number Diff line number Diff line change 15
15
- name : Set up Go 1.x
16
16
uses : actions/setup-go@v2
17
17
with :
18
- go-version : ' >= 1.19.4 '
18
+ go-version : ' >= 1.20.x '
19
19
id : go
20
20
21
21
- name : Check out code into the Go module directory
59
59
- name : Set up Go 1.x
60
60
uses : actions/setup-go@v2
61
61
with :
62
- go-version : ' >= 1.19.4 '
62
+ go-version : ' >= 1.20.x '
63
63
id : go
64
64
65
65
- name : Check out code into the Go module directory
@@ -124,7 +124,7 @@ jobs:
124
124
- name : Set up Go 1.x
125
125
uses : actions/setup-go@v2
126
126
with :
127
- go-version : ' >= 1.19.4 '
127
+ go-version : ' >= 1.20.x '
128
128
id : go
129
129
130
130
- name : Check out code into the Go module directory
You can’t perform that action at this time.
0 commit comments