Update Go versions in CI.

Include Go 1.16 and 1.17, drop 1.11 and 1.12.
This commit is contained in:
M. J. Fromberger
2021-10-30 12:15:54 -07:00
committed by Pierre Carrier
parent b3d8c2bc50
commit 656898bb52

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15']
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17']
steps:
- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v1