From 83653a6deebf1ec56fad874e3c7826f5e5f18197 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 1 Sep 2021 20:53:26 -0700 Subject: [PATCH] Update to newest versions of golang 1.17.x Signed-off-by: Davanum Srinivas --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2aa4fb29..1e6806d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-versions: [1.14.x, 1.15.x, 1.16.x] + go-versions: [1.14.x, 1.15.x, 1.16.x, 1.17.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: