1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-15 19:15:24 +00:00

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:
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:

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>
**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.