Go 1.16 instead of Go 1.13 for upgrade tests and Complement

This commit is contained in:
Neil Alexander 2022-01-04 12:09:34 +00:00
parent 368675283f
commit fe2673ed7b
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.13-stretch as build
FROM golang:1.16-stretch as build
RUN apt-get update && apt-get install -y sqlite3
WORKDIR /build