File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ###############################################################################
22
3- # This Makefile generated by GoMakeGen 2.2 .0 using next command:
3+ # This Makefile generated by GoMakeGen 2.3 .0 using next command:
44# gomakegen --mod .
55#
66# More info: https://kaos.sh/gomakegen
@@ -13,6 +13,7 @@ ifdef VERBOSE ## Print verbose information (Flag)
1313VERBOSE_FLAG = -v
1414endif
1515
16+ COMPAT ?= 1.18
1617MAKEDIR = $(dir $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
1718GITREV ?= $(shell test -s $(MAKEDIR ) /.git && git rev-parse --short HEAD)
1819
5051endif
5152
5253ifdef COMPAT # # Compatible Go version (String)
53- go mod tidy $(VERBOSE_FLAG) -compat=$(COMPAT)
54+ go mod tidy $(VERBOSE_FLAG) -compat=$(COMPAT) -go=$(COMPAT)
5455else
5556 go mod tidy $(VERBOSE_FLAG)
5657endif
@@ -94,6 +95,6 @@ help: ## Show this info
9495 | sed ' s/ifdef //' \
9596 | awk ' BEGIN {FS = " .*?## "}; {printf " \033[32m%-14s\033[0m %s\n", $$1, $$2}'
9697 @echo -e ' '
97- @echo -e ' \033[90mGenerated by GoMakeGen 2.2 .0\033[0m\n'
98+ @echo -e ' \033[90mGenerated by GoMakeGen 2.3 .0\033[0m\n'
9899
99100# ###############################################################################
You can’t perform that action at this time.
0 commit comments