Skip to content

Commit 2a8dc72

Browse files
committed
Makefile: update default Go version
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 6976819 commit 2a8dc72

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
@@ -51,7 +51,7 @@ docker-remove:
5151

5252

5353

54-
GO_VERSION ?= 1.11
54+
GO_VERSION ?= 1.11.1
5555
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
5656

5757
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)

0 commit comments

Comments
 (0)