Skip to content

Commit

Permalink
do not check patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindaugasbarcauskas committed Jan 19, 2023
1 parent 282c0df commit 924876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 924876d

Please sign in to comment.