mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
✅ Test Go 1.16 and drop 1.13 support
This commit is contained in:
parent
44d92e45e3
commit
f52d1a04c1
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user