File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
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 '
18+ GO_VERSION : ' 1.24.0-rc.1 '
1919 NODE_VERSION : ' 20.x'
2020 CGO_ENABLED : 0
2121 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.23 "
12+ GO_VERSION : ' 1.24.0-rc.1 '
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.23 '
16+ GO_VERSION : ' 1.24.0-rc.1 '
1717 NODE_VERSION : ' 20.x'
1818 CGO_ENABLED : 0
1919
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 '
13+ GO_VERSION : ' 1.24.0-rc.1 '
1414
1515jobs :
1616 # Check if there is any dirty change for go mod tidy
3939 # ex:
4040 # - 1.18beta1 -> 1.18.0-beta.1
4141 # - 1.18rc1 -> 1.18.0-rc.1
42- go-version : ${{ env.GO_VERSION }}
42+ # TODO(ldez) must be changed after the first release of golangci-lint with go1.24
43+ # go-version: ${{ env.GO_VERSION }}
44+ go-version : ' 1.23'
4345 - name : lint
44464547 with :
7375 strategy :
7476 matrix :
7577 golang :
76- - ' 1.22'
7778 - ' 1.23'
79+ - ' 1.24.0-rc.1'
7880 steps :
7981 - uses : actions/checkout@v4
8082 - uses : actions/setup-go@v5
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.23 '
15+ GO_VERSION : ' 1.24.0-rc.1 '
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