Skip to content

Commit 28258a6

Browse files
Copilotdhth
andcommitted
Complete Go 1.25.0 upgrade and update golangci-lint to v2.2
Co-authored-by: dhth <[email protected]>
1 parent 2e53c68 commit 28258a6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'main'
77

88
env:
9-
GO_VERSION: '1.24.4'
9+
GO_VERSION: '1.25.0'
1010

1111
jobs:
1212
changes:
@@ -62,7 +62,7 @@ jobs:
6262
- name: golangci-lint
6363
uses: golangci/golangci-lint-action@v8
6464
with:
65-
version: v2.1
65+
version: v2.2
6666

6767
build:
6868
needs: changes

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: golangci-lint
6161
uses: golangci/golangci-lint-action@v8
6262
with:
63-
version: v2.1
63+
version: v2.2
6464

6565
build:
6666
needs: changes

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
id-token: write
1010

1111
env:
12-
GO_VERSION: '1.24.4'
12+
GO_VERSION: '1.25.0'
1313

1414
jobs:
1515
release:

.github/workflows/vulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: '0 2 * * 2,6'
77

88
env:
9-
GO_VERSION: '1.24.4'
9+
GO_VERSION: '1.25.0'
1010

1111
jobs:
1212
vulncheck:

0 commit comments

Comments
 (0)