Skip to content

Commit

Permalink
*: fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bailantaotao committed Nov 5, 2019
1 parent 0c2c702 commit 544df0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.12.1"
- "1.12"

services:
- docker
Expand Down
3 changes: 2 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@

[[constraint]]
name = "github.com/hashicorp/vault"
version = "1.2.3"
version = "1.0.3"

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ deps:
docker pull amazon/dynamodb-local:latest
docker pull rabbitmq:3.6.2-management
docker pull redis:3-alpine
docker pull vault:latest
docker pull vault:1.0.3

clean:
rm -fr $(GOBIN)/*
Expand Down
2 changes: 1 addition & 1 deletion test/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func NewVaultContainer(options VaultOptions, containerOptions ...Option) (*Vault
// "too many arguments" will raise.
append([]Option{
ImageRepository("vault"),
ImageTag("latest"),
ImageTag("1.0.3"),
DockerEnv([]string{
fmt.Sprintf("VAULT_DEV_ROOT_TOKEN_ID=%s", options.Token),
fmt.Sprintf("VAULT_DEV_LISTEN_ADDRESS=%s", net.JoinHostPort(options.ListenAddr, options.Port)),
Expand Down

0 comments on commit 544df0f

Please sign in to comment.