Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
e5bb3011
Commit
e5bb3011
authored
5 years ago
by
Sam Salisbury
Browse files
Options
Download
Email Patches
Plain Diff
update to go1.13.8
parent
1ee160b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.circleci/config.yml
+4
-4
.circleci/config.yml
.circleci/config/@config.yml
+1
-1
.circleci/config/@config.yml
scripts/cross/Dockerfile
+1
-1
scripts/cross/Dockerfile
with
6 additions
and
6 deletions
+6
-6
.circleci/config.yml
+
4
-
4
View file @
e5bb3011
...
...
@@ -95,7 +95,7 @@ jobs:
environment
:
-
CIRCLECI_CLI_VERSION
:
0.1.5546
-
GO_TAGS
:
'
'
-
GO_VERSION
:
1.13.
7
-
GO_VERSION
:
1.13.
8
-
GO111MODULE
:
'
off'
-
GOTESTSUM_VERSION
:
0.3.3
test-ui
:
...
...
@@ -229,7 +229,7 @@ jobs:
environment
:
-
CIRCLECI_CLI_VERSION
:
0.1.5546
-
GO_TAGS
:
'
'
-
GO_VERSION
:
1.13.
7
-
GO_VERSION
:
1.13.
8
-
GO111MODULE
:
'
off'
-
GOTESTSUM_VERSION
:
0.3.3
test-go-race
:
...
...
@@ -302,7 +302,7 @@ jobs:
environment
:
-
CIRCLECI_CLI_VERSION
:
0.1.5546
-
GO_TAGS
:
'
'
-
GO_VERSION
:
1.13.
7
-
GO_VERSION
:
1.13.
8
-
GO111MODULE
:
'
off'
-
GOTESTSUM_VERSION
:
0.3.3
website-docker-image
:
...
...
@@ -456,7 +456,7 @@ workflows:
# environment:
# CIRCLECI_CLI_VERSION: 0.1.5546
# GO_TAGS: \"\"
# GO_VERSION: 1.13.
7
# GO_VERSION: 1.13.
8
# GO111MODULE: \"off\"
# GOTESTSUM_VERSION: 0.3.3
# machine: true
...
...
This diff is collapsed.
Click to expand it.
.circleci/config/@config.yml
+
1
-
1
View file @
e5bb3011
...
...
@@ -29,7 +29,7 @@ executors:
environment
:
GO111MODULE
:
"
off"
CIRCLECI_CLI_VERSION
:
0.1.5546
# Pin CircleCI CLI to patch version (ex: 1.2.3)
GO_VERSION
:
1.13.
7
# Pin Go to patch version (ex: 1.2.3)
GO_VERSION
:
1.13.
8
# Pin Go to patch version (ex: 1.2.3)
GOTESTSUM_VERSION
:
0.3.3
# Pin gotestsum to patch version (ex: 1.2.3)
GO_TAGS
:
"
"
working_directory
:
/go/src/github.com/hashicorp/vault
...
...
This diff is collapsed.
Click to expand it.
scripts/cross/Dockerfile
+
1
-
1
View file @
e5bb3011
...
...
@@ -21,7 +21,7 @@ RUN apt-get update -y && apt-get install -y -q nodejs yarn
RUN
rm
-rf
/var/lib/apt/lists/
*
ENV
GOVERSION 1.13.
7
ENV
GOVERSION 1.13.
8
RUN
mkdir
/goroot
&&
mkdir
/gopath
RUN
curl https://storage.googleapis.com/golang/go
${
GOVERSION
}
.linux-amd64.tar.gz
\
|
tar
xvzf -
-C
/goroot
--strip-components
=
1
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help