mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: specify gocov version to ensure support for Go 1.18
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user