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 1616 # ex:
1717 # - 1.18beta1 -> 1.18.0-beta.1
1818 # - 1.18rc1 -> 1.18.0-rc.1
19- GO_VERSION : ' 1.24.0-rc.2 '
19+ GO_VERSION : ' 1.24.0-rc.3 '
2020 NODE_VERSION : ' 20.x'
2121 CGO_ENABLED : 0
2222 steps :
Original file line number Diff line number Diff line change 99 # ex:
1010 # - 1.18beta1 -> 1.18.0-beta.1
1111 # - 1.18rc1 -> 1.18.0-rc.1
12- GO_VERSION : ' 1.24.0-rc.2 '
12+ GO_VERSION : ' 1.24.0-rc.3 '
1313
1414jobs :
1515 update-gha-assets :
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.24.0-rc.2 '
16+ GO_VERSION : ' 1.24.0-rc.3 '
1717 NODE_VERSION : ' 20.x'
1818 CGO_ENABLED : 0
1919
Original file line number Diff line number Diff line change 1111 # ex:
1212 # - 1.18beta1 -> 1.18.0-beta.1
1313 # - 1.18rc1 -> 1.18.0-rc.1
14- GO_VERSION : ' 1.24.0-rc.2 '
14+ GO_VERSION : ' 1.24.0-rc.3 '
1515
1616jobs :
1717 # Check if there is any dirty change for go mod tidy
7979 - ubuntu-24.04-arm
8080 golang :
8181 - ' 1.23'
82- - ' 1.24.0-rc.2 '
82+ - ' 1.24.0-rc.3 '
8383 runs-on : ${{ matrix.os }}
8484 steps :
8585 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 # ex:
1313 # - 1.18beta1 -> 1.18.0-beta.1
1414 # - 1.18rc1 -> 1.18.0-rc.1
15- GO_VERSION : ' 1.24.0-rc.2 '
15+ GO_VERSION : ' 1.24.0-rc.3 '
1616 CHOCOLATEY_VERSION : 2.2.0
1717 steps :
1818 # temporary workaround for an error in free disk space action
You can’t perform that action at this time.
0 commit comments