Skip to content

Commit

Permalink
Update Go version to 1.19 in the makefile (#876)
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <[email protected]>

Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar authored Oct 10, 2022
1 parent f9ad0d8 commit 8466173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GOSEC ?= $(GOBIN)/gosec
GINKGO ?= $(GOBIN)/ginkgo
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
GOVULN_MIN_VERSION = 17
GO_VERSION = 1.18
GO_VERSION = 1.19

default:
$(MAKE) build
Expand Down

0 comments on commit 8466173

Please sign in to comment.