Skip to content

Commit

Permalink
Merge pull request docker-archive#669 from thaJeztah/update_go_1.18.0
Browse files Browse the repository at this point in the history
[master] makefile: update default go version to 1.18.0
  • Loading branch information
thaJeztah authored Mar 31, 2022
2 parents 9036b8a + 36d2e6e commit 1da366c
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 @@ -17,7 +17,7 @@ CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
DEFAULT_PRODUCT_LICENSE:=Community Engine
PACKAGER_NAME?=
DOCKER_GITCOMMIT:=abcdefg
GO_VERSION:=1.17.8
GO_VERSION:=1.18.0
PLATFORM=Docker Engine - Community
SHELL:=/bin/bash
VERSION?=0.0.1-dev
Expand Down

0 comments on commit 1da366c

Please sign in to comment.