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 90f0aff commit 5629687Copy full SHA for 5629687
.github/workflows/go.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
- go: ['1.19', '1.20', '1.21']
+ go: ['1.20', '1.23', '1.24']
18
fail-fast: false
19
env:
20
OS: ${{ matrix.os }}
0 commit comments