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 c903dfc commit c1db244Copy full SHA for c1db244
.github/workflows/go.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [ubuntu-latest, macos-latest]
30
- go: [1.17, 1.18, 1.19]
+ go: [1.17, 1.18, 1.19, '1.20']
31
include:
32
- os: ubuntu-latest
33
go-build: ~/.cache/go-build
0 commit comments