Skip to content

Commit 8466173

Browse files
authored
Update Go version to 1.19 in the makefile (#876)
Signed-off-by: Cosmin Cojocar <[email protected]> Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent f9ad0d8 commit 8466173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GOSEC ?= $(GOBIN)/gosec
1414
GINKGO ?= $(GOBIN)/ginkgo
1515
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
1616
GOVULN_MIN_VERSION = 17
17-
GO_VERSION = 1.18
17+
GO_VERSION = 1.19
1818

1919
default:
2020
$(MAKE) build

0 commit comments

Comments
 (0)