Skip to content

Commit 3d0e7c4

Browse files
committed
update default go version to 1.16.5
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4eec558 commit 3d0e7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 n
1616
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
1717
DEFAULT_PRODUCT_LICENSE:=Community Engine
1818
DOCKER_GITCOMMIT:=abcdefg
19-
GO_VERSION:=1.13.15
19+
GO_VERSION:=1.16.5
2020
PLATFORM=Docker Engine - Community
2121
SHELL:=/bin/bash
2222
VERSION?=0.0.1-dev

0 commit comments

Comments
 (0)