From 0970dd2cc49c9022f85ebb19511e87a2680355a1 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 31 Mar 2022 09:20:53 -0700 Subject: [PATCH] .github: add latest Go versions to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cec8ff..6ab6c0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.16.x] + go-version: [1.17.x, 1.18.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: