From 61d0d6f94451d3d2673b535c4a83c5b3f106b892 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 15 Mar 2022 10:49:52 -0700 Subject: [PATCH] Update GitHub action to only build with 1.18-rc1 1.17 won't successfully build the generics example --- .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 45e8e87..2dfed23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go-version: [1.17.x, 1.18.0-rc.1] + go-version: [1.18.0-rc.1] runs-on: ${{ matrix.os }} steps: