Skip to content

Commit f201eed

Browse files
committed
chore: update go version to 1.25
1 parent 6faf523 commit f201eed

File tree

7 files changed

+41
-11
lines changed

7 files changed

+41
-11
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
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

1414
jobs:
1515
update-gha-assets:

.github/workflows/pr-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
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

1616
jobs:
1717
# Check if there is any dirty change for go mod tidy
@@ -42,7 +42,7 @@ jobs:
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

@@ -76,8 +76,8 @@ jobs:
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

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

assets/github-action-config-v1.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"
@@ -178,7 +178,7 @@
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"
@@ -188,6 +188,21 @@
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
}

assets/github-action-config.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"
@@ -178,7 +178,7 @@
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"
@@ -188,6 +188,21 @@
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
}

0 commit comments

Comments
 (0)