We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f264c4 commit a8785adCopy full SHA for a8785ad
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
golangci:
12
strategy:
13
matrix:
14
- go-version: [ 1.20.x ]
+ go-version: [ 1.24.x ]
15
os: [ ubuntu-latest ]
16
name: lint
17
runs-on: ${{ matrix.os }}
@@ -23,7 +23,7 @@ jobs:
23
test:
24
25
26
27
os: [ ubuntu-latest, macos-latest, windows-latest ]
28
29
steps:
0 commit comments