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.