From 93abd76ee05999f0c9800c0a5de9216854e1c6da Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Mon, 23 Aug 2021 15:48:53 +0930 Subject: [PATCH] ci: update Go versions --- .github/workflows/go.yml | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ad5251b..4d29bc9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.travis.yml b/.travis.yml index 742a164..8890516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.14.x - 1.15.x - 1.16.x + - 1.17.x - master install: