From b98cc643145d33edc3f85f14e17a03601b6a679b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:02:24 +0200 Subject: [PATCH] fix(makefile): go version parse cmd (backport #122) (#123) Co-authored-by: V <7334750+vchong@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13c14fa3..c0b08608 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMMIT := $(shell git log -1 --format='%H') -GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1 -f2) +GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2) VERSION := v1.3.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//') TEAM_ALLOCATION := 165000000000000