Skip to content

Commit ea738a4

Browse files
committed
Regenerate Makefile with the latest version of gomakegen
1 parent c9d5f70 commit ea738a4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)
1313
VERBOSE_FLAG = -v
1414
endif
1515

16+
COMPAT ?= 1.18
1617
MAKEDIR = $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
1718
GITREV ?= $(shell test -s $(MAKEDIR)/.git && git rev-parse --short HEAD)
1819

@@ -50,7 +51,7 @@ else
5051
endif
5152

5253
ifdef COMPAT ## Compatible Go version (String)
53-
go mod tidy $(VERBOSE_FLAG) -compat=$(COMPAT)
54+
go mod tidy $(VERBOSE_FLAG) -compat=$(COMPAT) -go=$(COMPAT)
5455
else
5556
go mod tidy $(VERBOSE_FLAG)
5657
endif
@@ -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
################################################################################

0 commit comments

Comments
 (0)