Skip to content

Commit

Permalink
upgrade ci build to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Oct 25, 2018
1 parent 5619989 commit 3690f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions Dockerfile-test

This file was deleted.

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.2.3
CI_VAULT_VERSION=0.11.1
CI_GO_VERSION=1.11
CI_CONSUL_VERSION=1.3.0
CI_VAULT_VERSION=0.11.4
CI_GO_VERSION=1.11.1

# all is the default target
all: test
Expand Down

0 comments on commit 3690f6d

Please sign in to comment.