From 46210e6862a3869ff0b1c7b7c13243761f240e02 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Wed, 25 Sep 2024 02:18:54 +0300 Subject: [PATCH] Regenerate Makefile with the latest version of gomakegen --- Makefile | 5 ++--- go.mod | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7938b26..cb8abdc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ################################################################################ -# This Makefile generated by GoMakeGen 3.2.0 using next command: +# This Makefile generated by GoMakeGen 3.2.1 using next command: # gomakegen --mod . # # More info: https://kaos.sh/gomakegen @@ -21,7 +21,6 @@ else export CGO_ENABLED=0 endif -COMPAT ?= 1.19 MAKEDIR = $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) GITREV ?= $(shell test -s $(MAKEDIR)/.git && git rev-parse --short HEAD) @@ -120,6 +119,6 @@ help: ## Show this info | sort -h \ | awk 'BEGIN {FS = " .*?## "}; {printf " \033[32m%-11s\033[0m %s\n", $$1, $$2}' @echo -e '' - @echo -e '\033[90mGenerated by GoMakeGen 3.2.0\033[0m\n' + @echo -e '\033[90mGenerated by GoMakeGen 3.2.1\033[0m\n' ################################################################################ diff --git a/go.mod b/go.mod index bb6a04b..93e9a8f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/essentialkaos/rsz -go 1.21 +go 1.22.7 require ( github.com/disintegration/imaging v1.6.2