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 16
16
# ex:
17
17
# - 1.18beta1 -> 1.18.0-beta.1
18
18
# - 1.18rc1 -> 1.18.0-rc.1
19
- GO_VERSION : ' 1.23 '
19
+ GO_VERSION : ' 1.24.0-rc.1 '
20
20
NODE_VERSION : ' 20.x'
21
21
CGO_ENABLED : 0
22
22
steps :
Original file line number Diff line number Diff line change 9
9
# ex:
10
10
# - 1.18beta1 -> 1.18.0-beta.1
11
11
# - 1.18rc1 -> 1.18.0-rc.1
12
- GO_VERSION : " 1.23 "
12
+ GO_VERSION : ' 1.24.0-rc.1 '
13
13
14
14
jobs :
15
15
update-gha-assets :
Original file line number Diff line number Diff line change 13
13
# ex:
14
14
# - 1.18beta1 -> 1.18.0-beta.1
15
15
# - 1.18rc1 -> 1.18.0-rc.1
16
- GO_VERSION : ' 1.23 '
16
+ GO_VERSION : ' 1.24.0-rc.1 '
17
17
NODE_VERSION : ' 20.x'
18
18
CGO_ENABLED : 0
19
19
Original file line number Diff line number Diff line change 11
11
# ex:
12
12
# - 1.18beta1 -> 1.18.0-beta.1
13
13
# - 1.18rc1 -> 1.18.0-rc.1
14
- GO_VERSION : ' 1.23 '
14
+ GO_VERSION : ' 1.24.0-rc.1 '
15
15
16
16
jobs :
17
17
# Check if there is any dirty change for go mod tidy
40
40
# ex:
41
41
# - 1.18beta1 -> 1.18.0-beta.1
42
42
# - 1.18rc1 -> 1.18.0-rc.1
43
- go-version : ${{ env.GO_VERSION }}
43
+ # TODO(ldez) must be changed after the first release of golangci-lint with go1.24
44
+ # go-version: ${{ env.GO_VERSION }}
45
+ go-version : ' 1.23'
44
46
- name : lint
45
47
46
48
with :
76
78
- ubuntu-latest
77
79
- ubuntu-24.04-arm
78
80
golang :
79
- - ' 1.22'
80
81
- ' 1.23'
82
+ - ' 1.24.0-rc.1'
81
83
runs-on : ${{ matrix.os }}
82
84
steps :
83
85
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
# ex:
13
13
# - 1.18beta1 -> 1.18.0-beta.1
14
14
# - 1.18rc1 -> 1.18.0-rc.1
15
- GO_VERSION : ' 1.23 '
15
+ GO_VERSION : ' 1.24.0-rc.1 '
16
16
CHOCOLATEY_VERSION : 2.2.0
17
17
steps :
18
18
# temporary workaround for an error in free disk space action
You can’t perform that action at this time.
0 commit comments