Skip to content

Commit d15a3a2

Browse files
committed
chore: update deps (#142)
Signed-off-by: Tronje Krop <tronje.krop@jactors.de>
1 parent 0e9a75a commit d15a3a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TMPDIR ?= /tmp
1818
# Setup default go-make installation flags.
1919
INSTALL_FLAGS ?= -mod=readonly -buildvcs=auto
2020
# Setup go-make version to use desired build and config scripts.
21-
GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.164
21+
GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.166
2222
# Request targets from go-make show-targets target.
2323
TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \
2424
$(GO) install $(INSTALL_FLAGS) $(GOMAKE_DEP) >&2 && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tkrop/go-testing
22

3-
go 1.25.5
3+
go 1.25.7
44

55
require (
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

0 commit comments

Comments
 (0)