Closed rodrigoluizs closed 5 days ago
Please complete ALL items in this checklist, and remove before submitting
pr-type/bug-fix
pr-type/feature-development
Fixes the issue in the go-dep make command where the version prefix was missing, ensuring consistent dependency installation.
go-dep
cd backend make go-dep go install github.com/vektra/mockery/v2@2.43.0 go: github.com/vektra/mockery/v2@2.43.0: github.com/vektra/mockery/v2@2.43.0: invalid version: unknown revision 2.43.0 make: *** [go-dep] Error 1
⚠️ Pre Checklist
pr-type/bug-fix
,pr-type/feature-development
, etc.Summary
Fixes the issue in the
go-dep
make command where the version prefix was missing, ensuring consistent dependency installation.How to Reproduce?