summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2023-10-08 20:39:23 -0400
committerAlex Flint <[email protected]>2023-10-08 20:39:23 -0400
commitf02da4cd10e92a63bb78dc6671a3405afb70dc4a (patch)
tree8fb80a6449a8aebcda8d83241be00a9d44cd8e4a
parent5ec29ce7553bbbe81d99f0900df072eea56b945e (diff)
bump go versions used in CI
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index dcb52cf..847d8c9 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: ['1.17', '1.18', '1.19']
+ go: ['1.19', '1.20', '1.21']
steps:
- id: go