We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc01b65 commit 757029dCopy full SHA for 757029d
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- go: [1.19.x, 1.x]
+ go: [1.22.x, 1.x]
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
0 commit comments