Skip to content

Commit

Permalink
set to go1.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
samsalisbury committed Aug 11, 2020
1 parent 94e70ea commit cd345d3
Show file tree
Hide file tree
Showing 46 changed files with 2,733 additions and 2,733 deletions.
660 changes: 330 additions & 330 deletions .circleci/config.yml

Large diffs are not rendered by default.

652 changes: 326 additions & 326 deletions .circleci/config/@build-release.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .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.14.7 # Pin Go to patch version (ex: 1.2.3)
GO_VERSION: 1.13.15 # 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 Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EXTERNAL_TOOLS=\
GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor)


GO_VERSION_MIN=1.14.7
GO_VERSION_MIN=1.13.15
GO_CMD?=go
CGO_ENABLED?=0
ifneq ($(FDB_ENABLED), )
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

700 changes: 350 additions & 350 deletions packages-oss.lock/layers/layers.mk

Large diffs are not rendered by default.

3,446 changes: 1,723 additions & 1,723 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 @@ -37,7 +37,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.14.7
GO_VERSION: 1.13.15

# YARN_VERSION is the version of Yarn to install for the UI layer.
YARN_VERSION: 1.19.1-1
Expand Down

0 comments on commit cd345d3

Please sign in to comment.