Skip to content

Commit

Permalink
Merge pull request #687 from thaJeztah/bump_golang_1.18.2
Browse files Browse the repository at this point in the history
[master] makefile: update default go version to 1.18.2
  • Loading branch information
thaJeztah authored May 11, 2022
2 parents abbac4e + bec6067 commit a2427ba
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.18.1
GO_VERSION:=1.18.2
PLATFORM=Docker Engine - Community
SHELL:=/bin/bash
VERSION?=0.0.1-dev
Expand Down

0 comments on commit a2427ba

Please sign in to comment.