From 5416c195bb68c11e9466ab2a4b7a1120632f255e Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 12 Feb 2023 10:58:39 -0600 Subject: [PATCH] [release-v1.7] build: Test against Go 1.20. This updates CI to test against Go 1.20 and removes the tests for Go 1.18 accordingly. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 171f29499a..b2c9dc2669 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [1.16, 1.17] + go: ["1.19", "1.20"] steps: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.5.0