File tree Expand file tree Collapse file tree 7 files changed +41
-11
lines changed Expand file tree Collapse file tree 7 files changed +41
-11
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
4242 # - 1.18rc1 -> 1.18.0-rc.1
4343 go-version : ${{ env.GO_VERSION }}
4444 - name : lint
45- uses : golangci/golangci-lint-action@v6.5 .0
45+ uses : golangci/golangci-lint-action@v8.0 .0
4646 with :
4747 version : latest
4848
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
Original file line number Diff line number Diff line change 11{
22 "MinorVersionToConfig" : {
33 "latest" : {
4- "TargetVersion" : " v1.64.7 "
4+ "TargetVersion" : " v1.64.8 "
55 },
66 "v1.10" : {
77 "Error" : " golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
178178 "TargetVersion" : " v1.63.4"
179179 },
180180 "v1.64" : {
181- "TargetVersion" : " v1.64.7 "
181+ "TargetVersion" : " v1.64.8 "
182182 },
183183 "v1.7" : {
184184 "Error" : " golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"
188188 },
189189 "v1.9" : {
190190 "Error" : " golangci-lint version 'v1.9' isn't supported: we support only v1.28.3 and later versions"
191+ },
192+ "v2.0" : {
193+ "Error" : " golangci-lint version 'v2.0' isn't supported: only v1 versions are supported"
194+ },
195+ "v2.1" : {
196+ "Error" : " golangci-lint version 'v2.1' isn't supported: only v1 versions are supported"
197+ },
198+ "v2.2" : {
199+ "Error" : " golangci-lint version 'v2.2' isn't supported: only v1 versions are supported"
200+ },
201+ "v2.3" : {
202+ "Error" : " golangci-lint version 'v2.3' isn't supported: only v1 versions are supported"
203+ },
204+ "v2.4" : {
205+ "Error" : " golangci-lint version 'v2.4' isn't supported: only v1 versions are supported"
191206 }
192207 }
193208}
Original file line number Diff line number Diff line change 11{
22 "MinorVersionToConfig" : {
33 "latest" : {
4- "TargetVersion" : " v1.64.7 "
4+ "TargetVersion" : " v1.64.8 "
55 },
66 "v1.10" : {
77 "Error" : " golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
178178 "TargetVersion" : " v1.63.4"
179179 },
180180 "v1.64" : {
181- "TargetVersion" : " v1.64.7 "
181+ "TargetVersion" : " v1.64.8 "
182182 },
183183 "v1.7" : {
184184 "Error" : " golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"
188188 },
189189 "v1.9" : {
190190 "Error" : " golangci-lint version 'v1.9' isn't supported: we support only v1.28.3 and later versions"
191+ },
192+ "v2.0" : {
193+ "Error" : " golangci-lint version 'v2.0' isn't supported: only v1 versions are supported"
194+ },
195+ "v2.1" : {
196+ "Error" : " golangci-lint version 'v2.1' isn't supported: only v1 versions are supported"
197+ },
198+ "v2.2" : {
199+ "Error" : " golangci-lint version 'v2.2' isn't supported: only v1 versions are supported"
200+ },
201+ "v2.3" : {
202+ "Error" : " golangci-lint version 'v2.3' isn't supported: only v1 versions are supported"
203+ },
204+ "v2.4" : {
205+ "Error" : " golangci-lint version 'v2.4' isn't supported: only v1 versions are supported"
191206 }
192207 }
193208}
You can’t perform that action at this time.
0 commit comments