File tree 6 files changed +9
-7
lines changed
6 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.0-rc.2 '
18
+ GO_VERSION : ' 1.23'
19
19
NODE_VERSION : ' 20.x'
20
20
CGO_ENABLED : 0
21
21
steps :
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.0-rc.2 '
18
+ GO_VERSION : ' 1.23'
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- uses : actions/setup-go@v5
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.0-rc.2 '
16
+ GO_VERSION : ' 1.23'
17
17
NODE_VERSION : ' 20.x'
18
18
CGO_ENABLED : 0
19
19
Original file line number Diff line number Diff line change 17
17
# ex:
18
18
# - 1.18beta1 -> 1.18.0-beta.1
19
19
# - 1.18rc1 -> 1.18.0-rc.1
20
- go-version : ' 1.23.0-rc.2 '
20
+ go-version : ' 1.23'
21
21
- name : Run go list
22
22
run : go list -json -m all > go.list
23
23
- name : Nancy
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.0-rc.2 '
13
+ GO_VERSION : ' 1.23'
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
+ # TODO(ldez) must be changed after the first release of golangci-lint with go1.23
43
+ # go-version: ${{ env.GO_VERSION }}
42
44
go-version : ' 1.22'
43
45
- name : lint
44
46
74
76
matrix :
75
77
golang :
76
78
- ' 1.22'
77
- - ' 1.23.0-rc.1 '
79
+ - ' 1.23'
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.0-rc.1 '
15
+ GO_VERSION : ' 1.23'
16
16
CHOCOLATEY_VERSION : 2.2.0
17
17
steps :
18
18
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments