Skip to content

Commit

Permalink
Update to Go 1.15.11 (#11395)
Browse files Browse the repository at this point in the history
* Update to Go 1.15.11

* Add changelog file

* Upgrade to packagespec 0.2.2

* Update buster version
  • Loading branch information
vishalnayak authored Apr 19, 2021
1 parent 3144d8f commit af3f8c4
Show file tree
Hide file tree
Showing 8 changed files with 2,344 additions and 2,341 deletions.
448 changes: 224 additions & 224 deletions .circleci/config.yml

Large diffs are not rendered by default.

436 changes: 218 additions & 218 deletions .circleci/config/@build-release.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .circleci/config/executors/@executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go-machine:
environment:
GO111MODULE: "off"
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
GO_VERSION: 1.15.10 # Pin Go to patch version (ex: 1.2.3)
GO_VERSION: 1.15.11 # Pin Go to patch version (ex: 1.2.3)
GOTESTSUM_VERSION: 0.5.2 # Pin gotestsum to patch version (ex: 1.2.3)
GO_TAGS: ""
working_directory: /go/src/github.com/hashicorp/vault
Expand All @@ -26,7 +26,7 @@ alpine:
docker-env-go-test-remote-docker:
resource_class: medium
docker:
- image: "docker.mirror.hashicorp.services/circleci/golang:1.15.4-buster"
- image: "docker.mirror.hashicorp.services/circleci/golang:1.15.11-buster"
environment:
GO111MODULE: "off"
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
Expand All @@ -35,7 +35,7 @@ docker-env-go-test-remote-docker:
docker-env-go-test:
resource_class: large
docker:
- image: "docker.mirror.hashicorp.services/circleci/golang:1.15.4-buster"
- image: "docker.mirror.hashicorp.services/circleci/golang:1.15.11-buster"
environment:
GO111MODULE: "off"
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
Expand All @@ -44,7 +44,7 @@ docker-env-go-test:
docker-env-go-test-race:
resource_class: xlarge
docker:
- image: "docker.mirror.hashicorp.services/circleci/golang:1.15.4-buster"
- image: "docker.mirror.hashicorp.services/circleci/golang:1.15.11-buster"
environment:
GO111MODULE: "off"
CIRCLECI_CLI_VERSION: 0.1.5546 # Pin CircleCI CLI to patch version (ex: 1.2.3)
Expand Down
3 changes: 3 additions & 0 deletions changelog/11395.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:change
go: Update to Go 1.15.11
```
664 changes: 332 additions & 332 deletions packages-oss.lock/layers/layers.mk

Large diffs are not rendered by default.

3,122 changes: 1,561 additions & 1,561 deletions packages-oss.lock/pkgs.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
PRODUCT_VERSION: 0.0.0-snapshot

# GO_VERSION is the version of the Go toolchain to use to compile this package.
GO_VERSION: 1.15.10
GO_VERSION: 1.15.11

# YARN_VERSION is the version of Yarn to install for the UI layer.
YARN_VERSION: 1.19.1-1
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.10
ARG VERSION=1.15.11

FROM golang:${VERSION} AS builder

Expand Down

0 comments on commit af3f8c4

Please sign in to comment.