From 54b31c709af1c9522735b882aa820e3e15cc48f1 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 15 Jan 2023 09:21:57 -0500 Subject: [PATCH] Run CI on `v1` series --- .github/workflows/cli.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index eccb6a5f58..26452b42ca 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -3,10 +3,10 @@ name: Run Tests on: pull_request: branches: - - v1 + - v1-maint push: branches: - - v1 + - v1-maint tags: - v1.* @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.16.x, 1.17.x, 1.18.x] + go: [1.18.x, 1.19.x] name: ${{ matrix.os }} @ Go ${{ matrix.go }} runs-on: ${{ matrix.os }} steps: