From b03c441d1ad8e2cb1c763f6f4f7286d2fa6abdf7 Mon Sep 17 00:00:00 2001 From: Cristian Monsalve <104455633+CristianMonsalve-namely@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:15:01 -0500 Subject: [PATCH] Update Makefile Co-authored-by: Leandro Carneiro <42899277+carnei-ro@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d18758..f90b93b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ test: .PHONY: deps deps: GO111MODULE=on go mod vendor - go install github.com/mattn/goveralls@0.12 + go install github.com/mattn/goveralls@v0.0.12 go install github.com/go-playground/overalls@latest .PHONY: coveralls