Update Go to 1.17.11 (#15818)

* Update Go to 1.17.11

 See https://go.dev/doc/devel/release#go1.17.minor for release notes
This commit is contained in:
Steven Clark
2022-06-06 13:18:24 -04:00
committed by GitHub
parent 114c78e0dc
commit 8dbb7f86b7
9 changed files with 26 additions and 23 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.17.9
ARG VERSION=1.17.11
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.17.9
ARG VERSION=1.17.11
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2