Skip to content

Commit 6d73f12

Browse files
committed
Update to release v0.3.0
1 parent 3a49e29 commit 6d73f12

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- docker
55
matrix:
66
include:
7-
- go: 1.x
7+
- go: 1.10.3
88
script:
99
- go fmt $(go list ./... | grep -v vendor) | wc -l | grep 0
1010
- go vet $(go list ./... | grep -v vendor)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
REGISTRY_NAME=quay.io/k8scsi
1818
IMAGE_NAME=csi-attacher
19-
IMAGE_VERSION=canary
19+
IMAGE_VERSION=v0.3.0
2020
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)
2121

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

2424
ifdef V
2525
TESTARGS = -v -args -alsologtostderr -v 5

0 commit comments

Comments
 (0)