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.
1 parent c27618e commit cf33b43Copy full SHA for cf33b43
.github/workflows/golang.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- go-version: [ '1.19', '1.20', '1.21.x', '1.22.x' ]
+ go-version: [ '1.19', '1.20', '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ]
18
os: [ ubuntu-latest, macos-latest ]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments