File tree 4 files changed +20
-9
lines changed
4 files changed +20
-9
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.17
17
+ stable : ' false'
18
+ go-version : 1.18.0-beta1
18
19
19
20
- name : Update GitHub action config
20
21
run : make assets/github-action-config.json
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-go@v2
16
+ with :
17
+ stable : ' false'
18
+ go-version : 1.18.0-beta1
16
19
- name : Run go list
17
20
run : go list -json -m all > go.list
18
21
- name : Nancy
Original file line number Diff line number Diff line change 1
- ---
2
1
name : CI
3
2
on :
4
3
push :
7
6
branches :
8
7
- master
9
8
pull_request :
9
+
10
10
jobs :
11
11
# Check if there any dirty change for go mod tidy
12
12
go-mod :
15
15
- name : Install Go
16
16
uses : actions/setup-go@v2
17
17
with :
18
- go-version : 1.17
18
+ stable : ' false'
19
+ go-version : 1.18.0-beta1
19
20
- name : Checkout code
20
21
uses : actions/checkout@v2
21
22
- name : Check go mod
45
46
- name : Install Go
46
47
uses : actions/setup-go@v2
47
48
with :
48
- go-version : 1.17 # test only the latest go version to speed up CI
49
+ stable : ' false'
50
+ go-version : 1.18.0-beta1 # test only the latest go version to speed up CI
49
51
- name : Run tests
50
52
run : make.exe test
51
53
continue-on-error : true
57
59
- name : Install Go
58
60
uses : actions/setup-go@v2
59
61
with :
60
- go-version : 1.17 # test only the latest go version to speed up CI
62
+ stable : ' false'
63
+ go-version : 1.18.0-beta1 # test only the latest go version to speed up CI
61
64
- name : Run tests
62
65
run : make test
63
66
tests-on-unix :
@@ -66,13 +69,14 @@ jobs:
66
69
strategy :
67
70
matrix :
68
71
golang :
69
- - 1.16
70
72
- 1.17
73
+ - 1.18.0-beta1
71
74
steps :
72
75
- uses : actions/checkout@v2
73
76
- name : Install Go
74
77
uses : actions/setup-go@v2
75
78
with :
79
+ stable : ' false'
76
80
go-version : ${{ matrix.golang }}
77
81
78
82
with :
95
99
- name : Install Go
96
100
uses : actions/setup-go@v2
97
101
with :
98
- go-version : 1.17
102
+ stable : ' false'
103
+ go-version : 1.18.0-beta1
99
104
- name : Check generated files are up to date
100
105
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.17
17
+ stable : ' false'
18
+ go-version : 1.18.0-beta1
18
19
- name : Unshallow
19
20
run : git fetch --prune --unshallow
20
21
40
41
- name : Install Go
41
42
uses : actions/setup-go@v2
42
43
with :
43
- go-version : 1.17
44
+ stable : ' false'
45
+ go-version : 1.18.0-beta1
44
46
45
47
- name : Unshallow
46
48
run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments