build: specify gocov version to ensure support for Go 1.18

This commit is contained in:
Vincent Bernat
2022-07-07 21:57:40 +02:00
parent 635e156292
commit 1ac10c6c15

View File

@@ -44,7 +44,7 @@ REVIVE = $(BIN)/revive
$(BIN)/revive: PACKAGE=github.com/mgechev/revive@latest
GOCOV = $(BIN)/gocov
$(BIN)/gocov: PACKAGE=github.com/axw/gocov/gocov@latest
$(BIN)/gocov: PACKAGE=github.com/axw/gocov/gocov@v1.1.0
GOCOVXML = $(BIN)/gocov-xml
$(BIN)/gocov-xml: PACKAGE=github.com/AlekSi/gocov-xml@latest