Skip to content

Commit 8174e95

Browse files
committed
chore: Remove 1.19
Updating the go version CI matrix as we bumped the go.mod go directive to 1.20 and are relying on some 1.20 features for upcoming changes. Signed-off-by: crozzy <[email protected]>
1 parent efe2789 commit 8174e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 'go_versions=["1.20","1.19"]' >> "$GITHUB_OUTPUT"
22+
echo 'go_versions=["1.20"]' >> "$GITHUB_OUTPUT"
2323
2424
commit-check:
2525
name: Commit Check

0 commit comments

Comments
 (0)