Skip to content

Commit

Permalink
chore: Remove 1.19
Browse files Browse the repository at this point in the history
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 <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Apr 24, 2023
1 parent efe2789 commit 8174e95
Showing 1 changed file with 1 addition and 1 deletion.
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 'go_versions=["1.20","1.19"]' >> "$GITHUB_OUTPUT"
echo 'go_versions=["1.20"]' >> "$GITHUB_OUTPUT"
commit-check:
name: Commit Check
Expand Down

0 comments on commit 8174e95

Please sign in to comment.