Skip to content

Commit

Permalink
Merge pull request docker-archive#655 from thaJeztah/bump_go_1.17.8
Browse files Browse the repository at this point in the history
[master] Makefile: update to go 1.17.8 as default
  • Loading branch information
thaJeztah authored Mar 26, 2022
2 parents 9de677a + 5ebeeeb commit b537ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 n
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
DEFAULT_PRODUCT_LICENSE:=Community Engine
DOCKER_GITCOMMIT:=abcdefg
GO_VERSION:=1.16.15
GO_VERSION:=1.17.8
PLATFORM=Docker Engine - Community
SHELL:=/bin/bash
VERSION?=0.0.1-dev
Expand Down

0 comments on commit b537ea6

Please sign in to comment.