Skip to content

Commit fb298b4

Browse files
committed
Update golang version
1 parent f842ac2 commit fb298b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/lib/golang.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
GO_IMAGE := golang:1.13.8
2222
GO := go
23-
GO_SUPPORTED_VERSIONS ?= 1.11|1.12|1.13
23+
GO_SUPPORTED_VERSIONS ?= 1.11|1.12|1.13|1.14
2424
GO_LDFLAGS += -X $(VERSION_PACKAGE).GIT_COMMIT=$(GIT_COMMIT) \
2525
-X $(VERSION_PACKAGE).GO_VERSION=$(shell go version | awk '{print $$3}') \
2626
-X $(VERSION_PACKAGE).BUILD_TIME=$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')

0 commit comments

Comments
 (0)