Skip to content

Commit f5cc32a

Browse files
author
Cosmin Cojocar
committed
Update the Go version to 1.15 in the Makefile
This is only used when building locally the docker image. Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
1 parent ea0fa28 commit f5cc32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GOBIN ?= $(GOPATH)/bin
1111
GOLINT ?= $(GOBIN)/golint
1212
GOSEC ?= $(GOBIN)/gosec
1313
GINKGO ?= $(GOBIN)/ginkgo
14-
GO_VERSION = 1.14
14+
GO_VERSION = 1.15
1515

1616
default:
1717
$(MAKE) build

0 commit comments

Comments
 (0)