Test Go 1.16 and drop 1.13 support

This commit is contained in:
makeworld 2021-03-04 20:59:48 -05:00
parent 44d92e45e3
commit f52d1a04c1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Test name: test
on: on:
push: push:
@ -19,7 +19,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: ['1.13', '1.14', '1.15'] go-version: ['1.14', '1.15', '1.16']
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View File

@ -91,7 +91,7 @@ This section is for advanced users who want to install the latest (possibly unst
<summary>Click to expand</summary> <summary>Click to expand</summary>
**Requirements:** **Requirements:**
- Go 1.13 or later - Go 1.14 or later
- GNU Make - GNU Make
Please note the Makefile does not intend to support Windows, and so there may be issues. Please note the Makefile does not intend to support Windows, and so there may be issues.