Skip to content

Commit 14b8f69

Browse files
committed
cicd: enable go1.19
Signed-off-by: Hank Donnay <[email protected]>
1 parent 4b37dcd commit 14b8f69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/config-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- id: config
2525
run: |
26-
echo '::set-output name=go_versions::["1.17", "1.18"]'
26+
echo '::set-output name=go_versions::["1.17", "1.18", "1.19"]'
2727
2828
commit-check:
2929
name: Commit Check

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- id: config
2121
run: |
22-
echo '::set-output name=go_versions::["1.17", "1.18"]'
22+
echo '::set-output name=go_versions::["1.17", "1.18", "1.19"]'
2323
2424
commit-check:
2525
name: Commit Check

0 commit comments

Comments
 (0)