From 924876d4e09ca23985eaa7e600ebbf970c471c16 Mon Sep 17 00:00:00 2001 From: Mindaugas Barcauskas Date: Thu, 19 Jan 2023 10:49:59 +0200 Subject: [PATCH] do not check patch version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf468afa6..be6d3af1d 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ BIN := .bin # # this can _likely_ remain a major version, as fmt output does not tend to change in minor versions, # which will allow findstring to match any minor version. -EXPECTED_GO_VERSION := go1.16.3 +EXPECTED_GO_VERSION := go1.16 CURRENT_GO_VERSION := $(shell go version) ifeq (,$(findstring $(EXPECTED_GO_VERSION),$(CURRENT_GO_VERSION))) # if you are seeing this warning: consider using https://github.com/travis-ci/gimme to pin your version