update to GO 1.18.5 (#16840)

* update to GO 1.18.5

* reverting a change

* feedback
This commit is contained in:
Hamid Ghaf
2022-08-23 19:05:43 -04:00
committed by GitHub
parent a222dbfd29
commit 46a09caddf
8 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
# Multi-stage builder to avoid polluting users environment with wrong
# architecture binaries.
ARG VERSION=1.18.4
ARG VERSION=1.18.5
FROM golang:${VERSION} AS builder

View File

@@ -2,7 +2,7 @@
# architecture binaries. This file only currently works for linux/amd64.
FROM debian:buster AS builder
ARG VERSION=1.18.4
ARG VERSION=1.18.5
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2