From 5c45f0f96ccb99efed6a39da04459346bad6877d Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Fri, 3 Jan 2020 22:37:11 -0800 Subject: [PATCH] ci: go version 1.x --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27ef68..7fab547 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x] + go-version: [1.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -47,7 +47,7 @@ jobs: lint: strategy: matrix: - go-version: [1.13.x] + go-version: [1.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: