mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
update to GO 1.18.5 (#16840)
* update to GO 1.18.5 * reverting a change * feedback
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user