Skip to content

Commit

Permalink
Makefile: update go-acc version due to errors and new release (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Oct 28, 2022
1 parent ff35df8 commit 2a1c585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ clean:
## cover: generate to code coverage report.
cover:
@echo "--> Generating Code Coverage"
@go install github.com/ory/go-acc@v0.2.6
@go install github.com/ory/go-acc@latest
@go-acc -o coverage.txt `go list ./... | grep -v nodebuilder/tests` -- -v
.PHONY: cover

Expand Down

0 comments on commit 2a1c585

Please sign in to comment.