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.
2 parents 5f491cf + 35ee4e7 commit 6fec737Copy full SHA for 6fec737
.github/workflows/test.yaml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.21.x, 1.22.x, 1.23.x]
+ go-version: [1.22.x, 1.23.x, 1.24.x]
8
platform: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
0 commit comments