Update Go to 1.16.2 for the 1.8-dev cycle (#11267)

* Update to Go 1.16.2 for build/dev

* Update SDK version_base

* Update docker images

* make packages
This commit is contained in:
Scott Miller
2021-04-07 15:46:42 -05:00
committed by GitHub
parent 105b1350af
commit 2e169ad267
15 changed files with 2808 additions and 2642 deletions

View File

@@ -1,7 +1,7 @@
# Multi-stage builder to avoid polluting users environment with wrong
# architecture binaries. Since this binary is used in an alpine container,
# we're explicitly compiling for 'linux/amd64'
ARG VERSION=1.15.11
ARG VERSION=1.16.2
FROM golang:${VERSION} AS builder

View File

@@ -3,7 +3,7 @@
# we're explicitly compiling for 'linux/amd64'
FROM debian:buster AS builder
ARG VERSION=1.15.11
ARG VERSION=1.16.2
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2