ci: Build and test on Go 1.16, bump minimum to 1.15 (#4024)

* ci: Build and test on Go 1.16

* ci: Drop Go 1.14 support
This commit is contained in:
Francis Lavoie
2021-02-18 07:09:49 -05:00
committed by GitHub
parent ec3ac840cf
commit 5376e5113e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
goos: ['android', 'linux', 'solaris', 'illumos', 'dragonfly', 'freebsd', 'openbsd', 'plan9', 'windows', 'darwin', 'netbsd']
go: [ '1.14', '1.15' ]
go: [ '1.15', '1.16' ]
runs-on: ubuntu-latest
continue-on-error: true
steps: