diff --git a/Makefile b/Makefile index 669a63a..ff5bd0b 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ dbuild: dockerdev deps: ensuretarget curl --silent --show-error --fail --location "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" | sh -s -- -b $(BINUTIL) $(GOLANGCILINTVERSION) $(GO) install github.com/rakyll/gotest - $(GO) install github.com/jstemmer/go-junit-report + $(GO) install github.com/jstemmer/go-junit-report/v2@latest $(GO) install github.com/golang/mock/mockgen # Build a base development Docker image diff --git a/VERSION b/VERSION index b0f3d96..66c4c22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.8 +1.0.9