Skip to content

Commit

Permalink
trying to fix make update-godocs command
Browse files Browse the repository at this point in the history
  • Loading branch information
Danlock committed Oct 14, 2023
1 parent 3bcfb30 commit 9171254
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ update-readme-badge:
@go tool cover -func=$(COVERAGE_PATH) -o=$(COVERAGE_PATH).badge
@go run github.com/AlexBeauchemin/[email protected] -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
Expand Down

0 comments on commit 9171254

Please sign in to comment.