File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 14
14
- name : Install Go
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.16
17
+ go-version : 1.17
18
18
19
19
- name : Update GitHub action config
20
20
run : make assets/github-action-config.json
Original file line number Diff line number Diff line change 15
15
- name : Install Go
16
16
uses : actions/setup-go@v2
17
17
with :
18
- go-version : 1.16
18
+ go-version : 1.17
19
19
- name : Checkout code
20
20
uses : actions/checkout@v2
21
21
- name : Check go mod
45
45
- name : Install Go
46
46
uses : actions/setup-go@v2
47
47
with :
48
- go-version : 1.16 # test only the latest go version to speed up CI
48
+ go-version : 1.17 # test only the latest go version to speed up CI
49
49
- name : Run tests
50
50
run : make.exe test
51
51
continue-on-error : true
57
57
- name : Install Go
58
58
uses : actions/setup-go@v2
59
59
with :
60
- go-version : 1.16 # test only the latest go version to speed up CI
60
+ go-version : 1.17 # test only the latest go version to speed up CI
61
61
- name : Run tests
62
62
run : make test
63
63
tests-on-unix :
68
68
golang :
69
69
- 1.15
70
70
- 1.16
71
+ - 1.17
71
72
steps :
72
73
- uses : actions/checkout@v2
73
74
- name : Install Go
95
96
- name : Install Go
96
97
uses : actions/setup-go@v2
97
98
with :
98
- go-version : 1.16
99
+ go-version : 1.17
99
100
- name : Check generated files are up to date
100
101
run : make fast_check_generated
Original file line number Diff line number Diff line change 14
14
- name : Install Go
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.16
17
+ go-version : 1.17
18
18
- name : Unshallow
19
19
run : git fetch --prune --unshallow
20
20
40
40
- name : Install Go
41
41
uses : actions/setup-go@v2
42
42
with :
43
- go-version : 1.16
43
+ go-version : 1.17
44
44
45
45
- name : Unshallow
46
46
run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments