We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9a75a commit d15a3a2Copy full SHA for d15a3a2
2 files changed
Makefile
@@ -18,7 +18,7 @@ TMPDIR ?= /tmp
18
# Setup default go-make installation flags.
19
INSTALL_FLAGS ?= -mod=readonly -buildvcs=auto
20
# Setup go-make version to use desired build and config scripts.
21
-GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.164
+GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.166
22
# Request targets from go-make show-targets target.
23
TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \
24
$(GO) install $(INSTALL_FLAGS) $(GOMAKE_DEP) >&2 && \
go.mod
@@ -1,6 +1,6 @@
1
module github.com/tkrop/go-testing
2
3
-go 1.25.5
+go 1.25.7
4
5
require (
6
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
0 commit comments