We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f842ac2 commit fb298b4Copy full SHA for fb298b4
build/lib/golang.mk
@@ -20,7 +20,7 @@
20
21
GO_IMAGE := golang:1.13.8
22
GO := go
23
-GO_SUPPORTED_VERSIONS ?= 1.11|1.12|1.13
+GO_SUPPORTED_VERSIONS ?= 1.11|1.12|1.13|1.14
24
GO_LDFLAGS += -X $(VERSION_PACKAGE).GIT_COMMIT=$(GIT_COMMIT) \
25
-X $(VERSION_PACKAGE).GO_VERSION=$(shell go version | awk '{print $$3}') \
26
-X $(VERSION_PACKAGE).BUILD_TIME=$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
0 commit comments