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