Skip to content

Commit

Permalink
chore: enable go1.19 building and testing
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Oct 20, 2022
1 parent d9abe3d commit 078d7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.17', '1.18']
go: ['1.17', '1.18', '1.19']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 078d7cf

Please sign in to comment.