File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 # ex:
1616 # - 1.18beta1 -> 1.18.0-beta.1
1717 # - 1.18rc1 -> 1.18.0-rc.1
18- GO_VERSION : ' 1.23.0-rc.2 '
18+ GO_VERSION : ' 1.23'
1919 NODE_VERSION : ' 20.x'
2020 CGO_ENABLED : 0
2121 steps :
Original file line number Diff line number Diff line change 1515 # ex:
1616 # - 1.18beta1 -> 1.18.0-beta.1
1717 # - 1.18rc1 -> 1.18.0-rc.1
18- GO_VERSION : ' 1.23.0-rc.2 '
18+ GO_VERSION : ' 1.23'
1919 steps :
2020 - uses : actions/checkout@v4
2121 - uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1313 # ex:
1414 # - 1.18beta1 -> 1.18.0-beta.1
1515 # - 1.18rc1 -> 1.18.0-rc.1
16- GO_VERSION : ' 1.23.0-rc.2 '
16+ GO_VERSION : ' 1.23'
1717 NODE_VERSION : ' 20.x'
1818 CGO_ENABLED : 0
1919
Original file line number Diff line number Diff line change 1717 # ex:
1818 # - 1.18beta1 -> 1.18.0-beta.1
1919 # - 1.18rc1 -> 1.18.0-rc.1
20- go-version : ' 1.23.0-rc.2 '
20+ go-version : ' 1.23.0'
2121 - name : Run go list
2222 run : go list -json -m all > go.list
2323 - name : Nancy
Original file line number Diff line number Diff line change 1010 # ex:
1111 # - 1.18beta1 -> 1.18.0-beta.1
1212 # - 1.18rc1 -> 1.18.0-rc.1
13- GO_VERSION : ' 1.23.0-rc.2 '
13+ GO_VERSION : ' 1.23'
1414
1515jobs :
1616 # Check if there is any dirty change for go mod tidy
7474 matrix :
7575 golang :
7676 - ' 1.22'
77- - ' 1.23.0-rc.1 '
77+ - ' 1.23'
7878 steps :
7979 - uses : actions/checkout@v4
8080 - uses : actions/setup-go@v5
You can’t perform that action at this time.
0 commit comments