Skip to content

Commit

Permalink
Lock travis.ci go version to 1.10.3 and add soft tag to revision
Browse files Browse the repository at this point in the history
  • Loading branch information
davidz627 committed Jun 27, 2018
1 parent aa344a1 commit 6c65189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker
matrix:
include:
- go: 1.x
- go: 1.10.3
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -vendor-only
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IMAGE_NAME=csi-provisioner
IMAGE_VERSION=canary
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)

REV=$(shell git describe --long --match='v*' --dirty)
REV=$(shell git describe --long --tags --match='v*' --dirty)

ifdef V
TESTARGS = -v -args -alsologtostderr -v 5
Expand Down

0 comments on commit 6c65189

Please sign in to comment.