File tree 5 files changed +9
-7
lines changed
5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 15
15
# ex:
16
16
# - 1.18beta1 -> 1.18.0-beta.1
17
17
# - 1.18rc1 -> 1.18.0-rc.1
18
- GO_VERSION : ' 1.23 '
18
+ GO_VERSION : ' 1.24.0-rc.1 '
19
19
NODE_VERSION : ' 20.x'
20
20
CGO_ENABLED : 0
21
21
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 10
10
# ex:
11
11
# - 1.18beta1 -> 1.18.0-beta.1
12
12
# - 1.18rc1 -> 1.18.0-rc.1
13
- GO_VERSION : ' 1.23 '
13
+ GO_VERSION : ' 1.24.0-rc.1 '
14
14
15
15
jobs :
16
16
# Check if there is any dirty change for go mod tidy
39
39
# ex:
40
40
# - 1.18beta1 -> 1.18.0-beta.1
41
41
# - 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'
43
45
- name : lint
44
46
45
47
with :
73
75
strategy :
74
76
matrix :
75
77
golang :
76
- - ' 1.22'
77
78
- ' 1.23'
79
+ - ' 1.24.0-rc.1'
78
80
steps :
79
81
- uses : actions/checkout@v4
80
82
- uses : actions/setup-go@v5
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