bump Dockerfile to go 1.16; fix constraints issue by bumping CI tests to go 1.16 and 1.17

This commit is contained in:
i-norden
2021-10-11 11:42:00 -05:00
parent d53bfae243
commit e9b5e6b995
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
GOPATH: /tmp/go
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
@@ -40,7 +40,7 @@ jobs:
GOPATH: /tmp/go
strategy:
matrix:
go-version: [1.15.x]
go-version: [1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps: