From f71a0a4f2a04416d9c8ea2d05e79105f86426e3d Mon Sep 17 00:00:00 2001 From: Tom Thorogood Date: Wed, 14 Oct 2020 12:37:40 +1030 Subject: [PATCH] Bump CI tested go versions This bumps Travis CI to the last two supported golang releases, as documented in the readme: go1.14 and go1.15. It also bumps the GitHub Code Action CI to go1.14 as it doesn't yet supported go1.15 (see actions/setup-go#74). --- .github/workflows/go.yml | 4 ++-- .travis.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d370103d8..6b21011eb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.14 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.14 id: go - name: Check out code into the Go module directory diff --git a/.travis.yml b/.travis.yml index 8eaa06429..7d9b17275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: go sudo: false go: - - "1.12.x" - - "1.13.x" + - 1.14.x + - 1.15.x - tip env: