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 4b37dcd commit 14b8f69Copy full SHA for 14b8f69
.github/workflows/config-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- id: config
25
run: |
26
- echo '::set-output name=go_versions::["1.17", "1.18"]'
+ echo '::set-output name=go_versions::["1.17", "1.18", "1.19"]'
27
28
commit-check:
29
name: Commit Check
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
0 commit comments