summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2024-06-30 10:33:03 -0400
committerGitHub <[email protected]>2024-06-30 10:33:03 -0400
commitaf368523db2abaf14f899e39691b9dcd7c49fe77 (patch)
tree1fa551fca6a32904cb1d259b23c1b9a5362b763a
parentf02da4cd10e92a63bb78dc6671a3405afb70dc4a (diff)
Update go.yml
-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 847d8c9..d1e4e77 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: ['1.19', '1.20', '1.21']
+ go: ['1.20', '1.21', '1.22']
steps:
- id: go