Update Go to 1.17.11 (#15818)

* Update Go to 1.17.11

 See https://go.dev/doc/devel/release#go1.17.minor for release notes
This commit is contained in:
Steven Clark
2022-06-06 13:18:24 -04:00
committed by GitHub
parent 114c78e0dc
commit 8dbb7f86b7
9 changed files with 26 additions and 23 deletions

22
.circleci/config.yml generated
View File

@@ -147,12 +147,12 @@ jobs:
environment:
- CIRCLECI_CLI_VERSION: 0.1.5546
- GO_TAGS: ''
- GO_VERSION: 1.17.9
- GO_VERSION: 1.17.11
- GOFUMPT_VERSION: 0.2.1
- GOTESTSUM_VERSION: 0.5.2
test-go-remote-docker:
docker:
- image: docker.mirror.hashicorp.services/cimg/go:1.17.9
- image: docker.mirror.hashicorp.services/cimg/go:1.17.11
resource_class: medium
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
parallelism: 8
@@ -285,7 +285,7 @@ jobs:
-e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.9 \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.11 \
tail -f /dev/null
# Run tests
@@ -386,12 +386,12 @@ jobs:
environment:
- CIRCLECI_CLI_VERSION: 0.1.5546
- GO_TAGS: ''
- GO_VERSION: 1.17.9
- GO_VERSION: 1.17.11
- GOFUMPT_VERSION: 0.2.1
- GOTESTSUM_VERSION: 0.5.2
test-go-race:
docker:
- image: docker.mirror.hashicorp.services/cimg/go:1.17.9
- image: docker.mirror.hashicorp.services/cimg/go:1.17.11
resource_class: xlarge
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
parallelism: 8
@@ -520,7 +520,7 @@ jobs:
-e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.9 \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.11 \
tail -f /dev/null
# Run tests
@@ -578,7 +578,7 @@ jobs:
- GO_TAGS: ''
test-go:
docker:
- image: docker.mirror.hashicorp.services/cimg/go:1.17.9
- image: docker.mirror.hashicorp.services/cimg/go:1.17.11
resource_class: large
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
parallelism: 8
@@ -707,7 +707,7 @@ jobs:
-e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.9 \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.11 \
tail -f /dev/null
# Run tests
@@ -876,12 +876,12 @@ jobs:
environment:
- CIRCLECI_CLI_VERSION: 0.1.5546
- GO_TAGS: ''
- GO_VERSION: 1.17.9
- GO_VERSION: 1.17.11
- GOFUMPT_VERSION: 0.2.1
- GOTESTSUM_VERSION: 0.5.2
test-go-race-remote-docker:
docker:
- image: docker.mirror.hashicorp.services/cimg/go:1.17.9
- image: docker.mirror.hashicorp.services/cimg/go:1.17.11
resource_class: medium
working_directory: /home/circleci/go/src/github.com/hashicorp/vault
parallelism: 8
@@ -1014,7 +1014,7 @@ jobs:
-e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.9 \
testcontainer docker.mirror.hashicorp.services/cimg/go:1.17.11 \
tail -f /dev/null
# Run tests

View File

@@ -14,7 +14,7 @@ parameters:
default: false
go_image:
type: string
default: "docker.mirror.hashicorp.services/cimg/go:1.17.9"
default: "docker.mirror.hashicorp.services/cimg/go:1.17.11"
use_docker:
type: boolean
default: false

View File

@@ -4,7 +4,7 @@ go-machine:
shell: /usr/bin/env bash -euo pipefail -c
environment:
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
GO_VERSION: 1.17.9 # Pin Go to patch version (ex: 1.2.3)
GO_VERSION: 1.17.11 # Pin Go to patch version (ex: 1.2.3)
GOTESTSUM_VERSION: 0.5.2 # Pin gotestsum to patch version (ex: 1.2.3)
GOFUMPT_VERSION: 0.2.1 # Pin gofumpt to patch version (ex: 1.2.3)
GO_TAGS: ""
@@ -27,7 +27,7 @@ alpine:
docker-env-go-test-remote-docker:
resource_class: medium
docker:
- image: "docker.mirror.hashicorp.services/cimg/go:1.17.9"
- image: "docker.mirror.hashicorp.services/cimg/go:1.17.11"
environment:
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
GO_TAGS: ""
@@ -35,7 +35,7 @@ docker-env-go-test-remote-docker:
docker-env-go-test:
resource_class: large
docker:
- image: "docker.mirror.hashicorp.services/cimg/go:1.17.9"
- image: "docker.mirror.hashicorp.services/cimg/go:1.17.11"
environment:
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
GO_TAGS: ""
@@ -43,7 +43,7 @@ docker-env-go-test:
docker-env-go-test-race:
resource_class: xlarge
docker:
- image: "docker.mirror.hashicorp.services/cimg/go:1.17.9"
- image: "docker.mirror.hashicorp.services/cimg/go:1.17.11"
environment:
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
GO_TAGS: ""

View File

@@ -66,7 +66,7 @@ jobs:
matrix:
goos: [ freebsd, windows, netbsd, openbsd, solaris ]
goarch: [ "386", "amd64", "arm" ]
go: [ "1.17.9" ]
go: [ "1.17.11" ]
exclude:
- goos: solaris
goarch: 386
@@ -118,7 +118,7 @@ jobs:
matrix:
goos: [linux]
goarch: ["arm", "arm64", "386", "amd64"]
go: ["1.17.9"]
go: ["1.17.11"]
fail-fast: true
name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
@@ -195,7 +195,7 @@ jobs:
matrix:
goos: [ darwin ]
goarch: [ "amd64", "arm64" ]
go: [ "1.17.9" ]
go: [ "1.17.11" ]
fail-fast: true
name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
steps:

View File

@@ -15,7 +15,7 @@ EXTERNAL_TOOLS=\
GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor)
GO_VERSION_MIN=1.17.9
GO_VERSION_MIN=1.17.11
GO_CMD?=go
CGO_ENABLED?=0
ifneq ($(FDB_ENABLED), )

View File

@@ -71,7 +71,7 @@ Developing Vault
If you wish to work on Vault itself or any of its built-in systems, you'll
first need [Go](https://www.golang.org) installed on your machine. Go version
1.17.9+ is *required*.
1.17.11+ is *required*.
For local dev first make sure Go is properly installed, including setting up a
[GOPATH](https://golang.org/doc/code.html#GOPATH). Ensure that `$GOPATH/bin` is in

3
changelog/15818.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:change
core: Bump Go version to 1.17.11.
```

View File

@@ -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.17.9
ARG VERSION=1.17.11
FROM golang:${VERSION} AS builder

View File

@@ -3,7 +3,7 @@
# we're explicitly compiling for 'linux/amd64'
FROM debian:buster AS builder
ARG VERSION=1.17.9
ARG VERSION=1.17.11
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2