Bump Go version to 1.16 (#612)

* Bump Go version to  1.16

* Update required version in README
This commit is contained in:
Alexander Peters
2021-09-14 17:25:20 +02:00
committed by GitHub
parent a447ee0c12
commit e3fb98fc03
6 changed files with 7 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.15.3-alpine3.12 AS build
FROM golang:1.16.8-alpine3.13 AS build
#ARG PROTOTOOL_VERSION=1.10.0
ARG PROTODOC_VERSION=1.3.2
@@ -39,7 +39,7 @@ RUN GO111MODULE=on go get \
RUN upx --lzma /usr/local/bin/*
FROM golang:1.15.3-alpine3.12
FROM golang:1.16.8-alpine3.13
ENV LD_LIBRARY_PATH=/lib64:/lib
WORKDIR /work