Skip to content

Commit fae0326

Browse files
author
Kevin Smith
committed
Bump circuit-driver tag to latest
1 parent 0540cfd commit fae0326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VET_FLAGS = -v
77
BUILD_STAMP := $(shell date -u '+%Y%m%d%H%M%S')
88
BUILD_HASH := $(shell git rev-parse HEAD)
99
BUILD_TAG ?= $(shell scripts/build_tag.sh)
10-
DRIVER_TAG ?= 0.9.1
10+
DRIVER_TAG ?= 0.13
1111
DOCKER_IMAGE ?= "operable/relay:$(BUILD_TAG)"
1212
LINK_VARS := -X main.buildstamp=$(BUILD_STAMP) -X main.buildhash=$(BUILD_HASH)
1313
LINK_VARS += -X main.buildtag=$(BUILD_TAG) -X main.commanddrivertag=$(DRIVER_TAG)

0 commit comments

Comments
 (0)