ci: Start testing on Go 1.17, drop 1.15 (#4283)

This commit is contained in:
Francis Lavoie
2021-08-16 23:56:20 -04:00
committed by GitHub
parent 1b1e625c20
commit 6bc87ea2ff
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
goos: ['android', 'linux', 'solaris', 'illumos', 'dragonfly', 'freebsd', 'openbsd', 'plan9', 'windows', 'darwin', 'netbsd']
go: [ '1.15', '1.16' ]
go: [ '1.16', '1.17' ]
runs-on: ubuntu-latest
continue-on-error: true
steps: