mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 12:05:52 +00:00
Update Go version to 1.19 in the makefile (#876)
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com> Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
f9ad0d88a1
commit
84661730b0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ GOSEC ?= $(GOBIN)/gosec
|
||||||
GINKGO ?= $(GOBIN)/ginkgo
|
GINKGO ?= $(GOBIN)/ginkgo
|
||||||
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
|
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
|
||||||
GOVULN_MIN_VERSION = 17
|
GOVULN_MIN_VERSION = 17
|
||||||
GO_VERSION = 1.18
|
GO_VERSION = 1.19
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
|
|
Loading…
Reference in a new issue