File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Golang
18
18
uses : actions/setup-go@v1
19
19
with :
20
- go-version : ' 1.16.4 '
20
+ go-version : ' 1.17.2 '
21
21
- name : Download all Go modules
22
22
run : |
23
23
go mod download
35
35
- name : Setup Golang
36
36
uses : actions/setup-go@v1
37
37
with :
38
- go-version : ' 1.16.4 '
38
+ go-version : ' 1.17.2 '
39
39
- name : Restore go build cache
40
40
uses : actions/cache@v1
41
41
with :
79
79
- name : Setup Golang
80
80
uses : actions/setup-go@v1
81
81
with :
82
- go-version : ' 1.16.4 '
82
+ go-version : ' 1.17.2 '
83
83
- name : Restore go build cache
84
84
uses : actions/cache@v1
85
85
with :
@@ -129,7 +129,7 @@ jobs:
129
129
- name : Setup Golang
130
130
uses : actions/setup-go@v1
131
131
with :
132
- go-version : ' 1.16.4 '
132
+ go-version : ' 1.17.2 '
133
133
- name : Restore go build cache
134
134
uses : actions/cache@v1
135
135
with :
You can’t perform that action at this time.
0 commit comments