mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
updating go to 1.19.1 (#17053)
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.5
|
||||
ARG VERSION=1.19.1
|
||||
|
||||
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.5
|
||||
ARG VERSION=1.19.1
|
||||
ARG CGO_ENABLED=0
|
||||
ARG BUILD_TAGS
|
||||
ENV JOBS=2
|
||||
|
||||
Reference in New Issue
Block a user