File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
# ex:
16
16
# - 1.18beta1 -> 1.18.0-beta.1
17
17
# - 1.18rc1 -> 1.18.0-rc.1
18
- GO_VERSION : ' 1.23.0-rc.1 '
18
+ GO_VERSION : ' 1.23.0-rc.2 '
19
19
NODE_VERSION : ' 20.x'
20
20
CGO_ENABLED : 0
21
21
steps :
Original file line number Diff line number Diff line change 15
15
# ex:
16
16
# - 1.18beta1 -> 1.18.0-beta.1
17
17
# - 1.18rc1 -> 1.18.0-rc.1
18
- GO_VERSION : ' 1.23.0-rc.1 '
18
+ GO_VERSION : ' 1.23.0-rc.2 '
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 13
13
# ex:
14
14
# - 1.18beta1 -> 1.18.0-beta.1
15
15
# - 1.18rc1 -> 1.18.0-rc.1
16
- GO_VERSION : ' 1.23.0-rc.1 '
16
+ GO_VERSION : ' 1.23.0-rc.2 '
17
17
NODE_VERSION : ' 20.x'
18
18
CGO_ENABLED : 0
19
19
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.23.0-rc.1 '
20
+ go-version : ' 1.23.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 10
10
# ex:
11
11
# - 1.18beta1 -> 1.18.0-beta.1
12
12
# - 1.18rc1 -> 1.18.0-rc.1
13
- GO_VERSION : ' 1.23.0-rc.1 '
13
+ GO_VERSION : ' 1.23.0-rc.2 '
14
14
15
15
jobs :
16
16
# Check if there is any dirty change for go mod tidy
You can’t perform that action at this time.
0 commit comments