summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2022-10-02 12:43:36 -0700
committerAlex Flint <[email protected]>2022-10-02 12:43:36 -0700
commitbc4a9b43702694bd0143b8c8f21f07ccafae8e81 (patch)
tree94a6c63fca30274faad33c6b503ff8da5fd2fd5f
parente7a360897d12fb65e649c4fb5852da4127d79544 (diff)
update golang 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 3dbb91d..789916d 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: ['1.13', '1.14', '1.15', '1.16']
+ go: ['1.17', '1.18', '1.19', 'latest']
steps:
- id: go