From 7d2b2ef4aece065df3c83afeb29e414b4e2296bd Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 4 Nov 2022 10:14:46 -0400 Subject: [PATCH] Updating testing to include Go 1.19. Dropping Go 1.16 Signed-off-by: Matt Farina --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index be567ee1..9331caef 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.16.x, 1.17.x, 1.18.x] + go-version: [1.17.x, 1.18.x, 1.19.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: