Update go to version 1.17.12 (#16336)

* update to go 1.17.12

* update changelog entry

* update readme
This commit is contained in:
Chris Capurso
2022-07-18 16:28:47 -04:00
committed by GitHub
parent cc6409222c
commit ba56224a2a
10 changed files with 26 additions and 26 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.11
ARG VERSION=1.17.12
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.11
ARG VERSION=1.17.12
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2