mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Update to go 1.15.7 (#10730)
* Update to go 1.15.6 * Just kidding, how about 1.15.7 * And the associated CI config * Add changelog and update go version in more places
This commit is contained in:
@@ -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.15.4
|
||||
ARG VERSION=1.15.7
|
||||
|
||||
FROM golang:${VERSION} AS builder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user