summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2023-02-25 23:21:41 -0800
committerChris K <c@chrisko.ch>2023-02-27 10:35:19 -0800
commit64b8c3dee967713689d8b65259d888af2076f1d9 (patch)
tree542796189a1efe48d2f85b8a5e9ec47853915330 /.github
parent74450be879bc263072d9f0d987c2efb2e83cab04 (diff)
Remove 1.17 CI
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 deb4af0..1e39b34 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go: ['1.17', '1.18', '1.19', '1.20']
+ go: ['1.18', '1.19', '1.20']
env:
GO111MODULE: on
steps:
@@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go: ['1.17', '1.18', '1.19', '1.20']
+ go: ['1.18', '1.19', '1.20']
env:
GO111MODULE: on
steps: