From ec6ed6c05e45a9b0dec1e2f071848c45cea934bc Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Mon, 2 Aug 2021 18:04:17 +0800 Subject: [PATCH] Upgrade go version in CI (#20) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e4ca12..88ef6a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ env: # Path to where test results will be saved. TEST_RESULTS: /tmp/test-results # Default minimum version of Go to support. - DEFAULT_GO_VERSION: 1.14 + DEFAULT_GO_VERSION: 1.15 jobs: lint: runs-on: ubuntu-latest @@ -109,7 +109,7 @@ jobs: compatibility-test: strategy: matrix: - go-version: [1.15, 1.14] + go-version: [1.16, 1.15] os: [ubuntu-latest, macos-latest, windows-latest] # GitHub Actions does not support arm* architectures on default # runners. It is possible to acomplish this with a self-hosted runner