Skip to content

Commit

Permalink
cicd: enable go1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Dec 6, 2022
1 parent 4b37dcd commit 14b8f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- id: config
run: |
echo '::set-output name=go_versions::["1.17", "1.18"]'
echo '::set-output name=go_versions::["1.17", "1.18", "1.19"]'
commit-check:
name: Commit Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- id: config
run: |
echo '::set-output name=go_versions::["1.17", "1.18"]'
echo '::set-output name=go_versions::["1.17", "1.18", "1.19"]'
commit-check:
name: Commit Check
Expand Down

0 comments on commit 14b8f69

Please sign in to comment.