We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccccfb commit fd616a2Copy full SHA for fd616a2
.github/workflows/go.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
- go: ['1.16', '1.17', '1.18']
+ go: ['1.17', '1.18', '1.19']
18
fail-fast: false
19
env:
20
OS: ${{ matrix.os }}
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
OS: windows-latest
0 commit comments