Skip to content

Commit b537ea6

Browse files
authored
Merge pull request #655 from thaJeztah/bump_go_1.17.8
[master] Makefile: update to go 1.17.8 as default
2 parents 9de677a + 5ebeeeb commit b537ea6

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.16.15
19+
GO_VERSION:=1.17.8
2020
PLATFORM=Docker Engine - Community
2121
SHELL:=/bin/bash
2222
VERSION?=0.0.1-dev

0 commit comments

Comments
 (0)