File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 # ex:
1919 # - 1.18beta1 -> 1.18.0-beta.1
2020 # - 1.18rc1 -> 1.18.0-rc.1
21- go-version : 1.20.0-rc.1
21+ go-version : 1.20.0-rc.2
2222
2323 - name : Update GitHub action config
2424 run : make assets/github-action-config.json
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.20.0-rc.1
20+ go-version : 1.20.0-rc.2
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 66 pull_request :
77
88env :
9- GO_VERSION : 1.20.0-rc.1
9+ GO_VERSION : 1.20.0-rc.2
1010
1111jobs :
1212 # Check if there is any dirty change for go mod tidy
9191 matrix :
9292 golang :
9393 - 1.19
94- - 1.20.0-rc.1
94+ - 1.20.0-rc.2
9595 steps :
9696 - uses : actions/checkout@v3
9797 - name : Install Go
Original file line number Diff line number Diff line change 1818 # ex:
1919 # - 1.18beta1 -> 1.18.0-beta.1
2020 # - 1.18rc1 -> 1.18.0-rc.1
21- go-version : 1.20.0-rc.1
21+ go-version : 1.20.0-rc.2
2222 - name : Unshallow
2323 run : git fetch --prune --unshallow
2424
4848 # ex:
4949 # - 1.18beta1 -> 1.18.0-beta.1
5050 # - 1.18rc1 -> 1.18.0-rc.1
51- go-version : 1.20.0-rc.1
51+ go-version : 1.20.0-rc.2
5252
5353 - name : Unshallow
5454 run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments