Skip to content

Commit 7a7e26c

Browse files
committed
actions: update golang version for 1.25 release
* now versions that are supported in gha are 1.23-1.25 * running golangci-lint and checking code generation diff on latest 1.25 version
1 parent 52b5f36 commit 7a7e26c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55
pull_request:
66

77
env:
8-
GO_VERSION: 1.24
8+
GO_VERSION: 1.25
99
CODESPELL_VERSION: v2.4.1
1010

11-
1211
jobs:
1312
golangci-lint:
1413
runs-on: ubuntu-latest

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
golang: ['1.23', 'stable']
20+
golang: ['1.23', '1.24', 'stable']
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)