We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb597f commit faa1528Copy full SHA for faa1528
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
strategy:
9
matrix:
10
- go-version: [1.20.x, 1.21.x]
+ go-version: [1.22.x, 1.23.x]
11
platform: [ubuntu-latest, macos-latest, windows-latest]
12
runs-on: ${{ matrix.platform }}
13
steps:
0 commit comments