From f52d1a04c1e4ae9c6a462f11a98576ad0f9aa603 Mon Sep 17 00:00:00 2001 From: makeworld Date: Thu, 4 Mar 2021 20:59:48 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Test=20Go=201.16=20and=20drop=201.1?= =?UTF-8?q?3=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51d50d8..f0927b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: test on: push: @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: ['1.13', '1.14', '1.15'] + go-version: ['1.14', '1.15', '1.16'] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index 67fed99..81ff661 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ This section is for advanced users who want to install the latest (possibly unst Click to expand **Requirements:** -- Go 1.13 or later +- Go 1.14 or later - GNU Make Please note the Makefile does not intend to support Windows, and so there may be issues.