From 91712545d756ab169fbb649c13d747d1d750adb8 Mon Sep 17 00:00:00 2001 From: Danlock Date: Sat, 14 Oct 2023 03:03:06 -0400 Subject: [PATCH] trying to fix make update-godocs command --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2c201e7..45f0869 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,11 @@ update-readme-badge: @go tool cover -func=$(COVERAGE_PATH) -o=$(COVERAGE_PATH).badge @go run github.com/AlexBeauchemin/gobadge@v0.3.0 -filename=$(COVERAGE_PATH).badge -# pkg.go.dev documentation is updated via go get -update-proxy-cache: - @GOPROXY=https://proxy.golang.org go get -u github.com/danlock/rmq +# pkg.go.dev documentation is updated via go get updating the google proxy +update-godocs: + @cd ../regex-img; \ + GOPROXY=https://proxy.golang.org go get -u github.com/danlock/rmq; \ + go mod tidy release: @$(MAKE) deps