From 494b1994f71fc1a4674a018984ce9f6f9d6f1f85 Mon Sep 17 00:00:00 2001 From: Tronje Krop Date: Tue, 29 Jul 2025 21:57:12 +0200 Subject: [PATCH] chore: update deps (#105) Signed-off-by: Tronje Krop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87b2b0d..b49e8cd 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TMPDIR ?= /tmp # Setup default go-make installation flags. INSTALL_FLAGS ?= -mod=readonly -buildvcs=auto # Setup go-make version to use desired build and config scripts. -GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.143 +GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.144 # Request targets from go-make show-targets target. TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \ $(GO) install $(INSTALL_FLAGS) $(GOMAKE_DEP) >&2 && \