We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a5fa6 commit 7f33032Copy full SHA for 7f33032
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- go-version: [1.22.x, 1.23.x, 1.24.x]
+ go-version: [1.23.x, 1.24.x]
9
venv: [windows-2019, windows-2022]
10
fips: [1, 0]
11
runs-on: ${{ matrix.venv }}
0 commit comments