File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 name : Build and deploy documentation
1212 runs-on : ubuntu-latest
1313 env :
14- GO_VERSION : ' 1.22.0-rc.2 '
14+ GO_VERSION : ' 1.22'
1515 NODE_VERSION : ' 20.x'
1616 CGO_ENABLED : 0
1717
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.22.0-rc.2 '
21+ go-version : ' 1.22'
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 99 name : Build documentation
1010 runs-on : ubuntu-latest
1111 env :
12- GO_VERSION : ' 1.22.0-rc.2 '
12+ GO_VERSION : ' 1.22'
1313 NODE_VERSION : ' 20.x'
1414 CGO_ENABLED : 0
1515
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.22.0-rc.2 '
20+ go-version : ' 1.22'
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.22.0-rc.2 '
9+ GO_VERSION : ' 1.22'
1010
1111jobs :
1212 # Check if there is any dirty change for go mod tidy
9292 matrix :
9393 golang :
9494 - ' 1.21'
95- - ' 1.22.0-rc.2 '
95+ - ' 1.22'
9696 steps :
9797 - uses : actions/checkout@v4
9898 - name : Install Go
Original file line number Diff line number Diff line change 1616 # ex:
1717 # - 1.18beta1 -> 1.18.0-beta.1
1818 # - 1.18rc1 -> 1.18.0-rc.1
19- go-version : ' 1.22.0-rc.2 '
19+ go-version : ' 1.22'
2020 - name : Unshallow
2121 run : git fetch --prune --unshallow
2222
4646 # ex:
4747 # - 1.18beta1 -> 1.18.0-beta.1
4848 # - 1.18rc1 -> 1.18.0-rc.1
49- go-version : ' 1.22.0-rc.2 '
49+ go-version : ' 1.22'
5050
5151 - name : Unshallow
5252 run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments