We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b5f36 commit 7a7e26cCopy full SHA for 7a7e26c
.github/workflows/check.yaml
@@ -5,10 +5,9 @@ on:
5
pull_request:
6
7
env:
8
- GO_VERSION: 1.24
+ GO_VERSION: 1.25
9
CODESPELL_VERSION: v2.4.1
10
11
-
12
jobs:
13
golangci-lint:
14
runs-on: ubuntu-latest
.github/workflows/testing.yaml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- golang: ['1.23', 'stable']
+ golang: ['1.23', '1.24', 'stable']
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments