Skip to content

Commit

Permalink
feat: update deps (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: tkrop <[email protected]>
  • Loading branch information
Tronje Krop authored Dec 21, 2023
1 parent 848108f commit 464833b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 218 deletions.
12 changes: 0 additions & 12 deletions .gitleaks.toml

This file was deleted.

201 changes: 0 additions & 201 deletions .golangci.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
endif

GOBIN ?= $(shell go env GOPATH)/bin
GOMAKE ?= github.com/tkrop/[email protected].10
GOMAKE ?= github.com/tkrop/[email protected].11
TARGETS := $(shell command -v go-make >/dev/null || \
go install $(GOMAKE) && go-make targets)

Expand All @@ -17,6 +17,5 @@ TARGETS := $(shell command -v go-make >/dev/null || \

# Delegate all targets to go-make in one call.
# TODO: consider solution that does not delegate local goals.
$(eval $(lastwords $(MAKECMDGOALS)):;@:)
all $(firstword $(MAKECMDGOALS))::
$(firstword $(MAKECMDGOALS) all)::
$(GOBIN)/go-make $(MAKEFLAGS) $(MAKECMDGOALS);
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tkrop/go-testing

go 1.21

toolchain go1.21.0
toolchain go1.21.5

require (
github.com/golang/mock v1.6.0
Expand Down

0 comments on commit 464833b

Please sign in to comment.