File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
# ex:
19
19
# - 1.18beta1 -> 1.18.0-beta.1
20
20
# - 1.18rc1 -> 1.18.0-rc.1
21
- go-version : 1.20.0-rc.1
21
+ go-version : 1.20.0-rc.2
22
22
23
23
- name : Update GitHub action config
24
24
run : make assets/github-action-config.json
Original file line number Diff line number Diff line change 17
17
# ex:
18
18
# - 1.18beta1 -> 1.18.0-beta.1
19
19
# - 1.18rc1 -> 1.18.0-rc.1
20
- go-version : 1.20.0-rc.1
20
+ go-version : 1.20.0-rc.2
21
21
- name : Run go list
22
22
run : go list -json -m all > go.list
23
23
- name : Nancy
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
8
8
env :
9
- GO_VERSION : 1.20.0-rc.1
9
+ GO_VERSION : 1.20.0-rc.2
10
10
11
11
jobs :
12
12
# Check if there is any dirty change for go mod tidy
91
91
matrix :
92
92
golang :
93
93
- 1.19
94
- - 1.20.0-rc.1
94
+ - 1.20.0-rc.2
95
95
steps :
96
96
- uses : actions/checkout@v3
97
97
- name : Install Go
Original file line number Diff line number Diff line change 18
18
# ex:
19
19
# - 1.18beta1 -> 1.18.0-beta.1
20
20
# - 1.18rc1 -> 1.18.0-rc.1
21
- go-version : 1.20.0-rc.1
21
+ go-version : 1.20.0-rc.2
22
22
- name : Unshallow
23
23
run : git fetch --prune --unshallow
24
24
48
48
# ex:
49
49
# - 1.18beta1 -> 1.18.0-beta.1
50
50
# - 1.18rc1 -> 1.18.0-rc.1
51
- go-version : 1.20.0-rc.1
51
+ go-version : 1.20.0-rc.2
52
52
53
53
- name : Unshallow
54
54
run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments