Skip to content

Commit

Permalink
Upgrade to go1.11 and consul/vault versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Sep 19, 2018
1 parent 123054d commit 1d1d761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ GOVERSION = $(shell go version | awk '{print $$3;}')
GORELEASER = $(shell which goreleaser)

# pin versions for CI builds
CI_CONSUL_VERSION=1.1.0
CI_VAULT_VERSION=0.10.1
CI_GO_VERSION=1.10.3
CI_CONSUL_VERSION=1.2.3
CI_VAULT_VERSION=0.11.1
CI_GO_VERSION=1.11

# all is the default target
all: test
Expand Down

2 comments on commit 1d1d761

@analytically
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance of a release for Go 1.11?

@magiconair
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just did a 1.5.10 release with go1.11.1

Please sign in to comment.