mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +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
|
||||
GOSEC ?= $(GOBIN)/gosec
|
||||
GINKGO ?= $(GOBIN)/ginkgo
|
||||
GO_VERSION = 1.14
|
||||
GO_VERSION = 1.15
|
||||
|
||||
default:
|
||||
$(MAKE) build
|
||||
|
|
Loading…
Reference in a new issue