Skip to content

Commit

Permalink
use the new go install syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
a7i committed Jun 6, 2023
1 parent 638cfdd commit 009067c
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 @@ -6,7 +6,7 @@ build:
go build -o .build/remediator cmd/remediator/app.go

test: build
go get github.com/grosser/go-testcov
go install github.com/grosser/go-testcov@latest
go-testcov ./...
go mod tidy && git diff --exit-code
go fmt ./... && git diff --exit-code
Expand Down

0 comments on commit 009067c

Please sign in to comment.