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 '
19+ GO_VERSION : ' 1.25 '
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 '
12+ GO_VERSION : ' 1.25 '
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 '
16+ GO_VERSION : ' 1.25 '
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 '
14+ GO_VERSION : ' 1.25 '
1515
1616jobs :
1717 # Check if there is any dirty change for go mod tidy
7676 - ubuntu-latest
7777 - ubuntu-24.04-arm
7878 golang :
79- - ' 1.23'
8079 - ' 1.24'
80+ - ' 1.25'
8181 runs-on : ${{ matrix.os }}
8282 steps :
8383 - 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 '
15+ GO_VERSION : ' 1.25 '
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