Skip to content

Commit

Permalink
upgrade consul and vault versions
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Oct 11, 2019
1 parent 93f3100 commit 8d252a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -21,8 +21,8 @@ GOVERSION = $(shell go version | awk '{print $$3;}')
GORELEASER = $(shell which goreleaser)

# pin versions for CI builds
CI_CONSUL_VERSION=1.4.2
CI_VAULT_VERSION=1.0.3
CI_CONSUL_VERSION=1.6.1
CI_VAULT_VERSION=1.2.3

# force go modules
GO111MODULE = on
Expand Down

0 comments on commit 8d252a1

Please sign in to comment.