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 1686d7b commit d0c544bCopy full SHA for d0c544b
1 file changed
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- go_version: [1.18, 1.19]
+ go_version: [1.18, 1.19, '1.20']
23
24
steps:
25
- name: Check out code
0 commit comments