mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
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>
This commit is contained in:
parent
ea0fa28b7f
commit
f5cc32a320
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ GOBIN ?= $(GOPATH)/bin
|
||||||
GOLINT ?= $(GOBIN)/golint
|
GOLINT ?= $(GOBIN)/golint
|
||||||
GOSEC ?= $(GOBIN)/gosec
|
GOSEC ?= $(GOBIN)/gosec
|
||||||
GINKGO ?= $(GOBIN)/ginkgo
|
GINKGO ?= $(GOBIN)/ginkgo
|
||||||
GO_VERSION = 1.14
|
GO_VERSION = 1.15
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
|
|
Loading…
Reference in a new issue