summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2023-02-18 15:20:40 -0800
committerChris Koch <chrisko@google.com>2023-02-18 15:20:40 -0800
commit79d401d805f9ab07442ae3945f73ccdbb1542534 (patch)
tree344625262434cdb29533a78c6376d70c7c90b2f2 /.github
parent75143202800344094ac5b1f472c98e3d0dcaed05 (diff)
Support Go 1.17-1.20
Signed-off-by: Chris Koch <chrisko@google.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index cbd4580..d0ffeab 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20']
+ go: ['1.17', '1.18', '1.19', '1.20']
env:
GO111MODULE: on
steps:
@@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20']
+ go: ['1.17', '1.18', '1.19', '1.20']
env:
GO111MODULE: on
steps: