mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Update main to go 1.19.2 (#17437)
* Update go version to 1.19.2 This commit updates the default version of go to 1.19.2. This update includes minor security fixes for archive/tar, net/http/httputil, and regexp packages. For more information on the release, see: https://go.dev/doc/devel/release#go1.19.2 * Update Docker versions in CI to 20.10.17 After updating Vault to go version 1.19.2, there were several SIGABRTs in the vault tests. These were related to a missing `pthread_create` syscall in Docker. Since CI was using a much older version of Docker, the fix was to bump it to latest-1 (20.10.17). While we're at it, add a note in the developer docs encouraging the use of the latest Docker version.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Multi-stage builder to avoid polluting users environment with wrong
|
||||
# architecture binaries.
|
||||
ARG VERSION=1.19.1
|
||||
ARG VERSION=1.19.2
|
||||
|
||||
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.19.1
|
||||
ARG VERSION=1.19.2
|
||||
ARG CGO_ENABLED=0
|
||||
ARG BUILD_TAGS
|
||||
ENV JOBS=2
|
||||
|
||||
Reference in New Issue
Block a user