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:24:05 -05:00
parent d53bfae243
commit e9b5e6b995
2 changed files with 3 additions and 3 deletions

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:

View File

@ -1,4 +1,4 @@
FROM golang:1.14-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG