Skip to content

cherry-pick fix(backend): update Makefile to include version prefix in go-dep command #8194#8197

Merged
klesh merged 1 commit into
apache:release-v1.0from
Bonial-International-GmbH:rodrigoluizs/release-fix-backend-go-dep-command
Nov 20, 2024
Merged

cherry-pick fix(backend): update Makefile to include version prefix in go-dep command #8194#8197
klesh merged 1 commit into
apache:release-v1.0from
Bonial-International-GmbH:rodrigoluizs/release-fix-backend-go-dep-command

Conversation

@rodrigoluizs
Copy link
Copy Markdown
Contributor

⚠️ Pre Checklist

Please complete ALL items in this checklist, and remove before submitting

  • I have read through the Contributing Documentation.
  • I have added relevant tests.
  • I have added relevant documentation.
  • I will add labels to the PR, such as 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?

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

…mand

The go-dep make command was missing a version prefix, causing a dependency resolution issue. This change fixes the command to use the correct version prefix.
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. cherrypick This PR is cherry-picked from another branch pr-type/bug-fix This PR fixes a bug labels Nov 19, 2024
@klesh klesh merged commit f0ff202 into apache:release-v1.0 Nov 20, 2024
@rodrigoluizs rodrigoluizs deleted the rodrigoluizs/release-fix-backend-go-dep-command branch November 22, 2024 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherrypick This PR is cherry-picked from another branch pr-type/bug-fix This PR fixes a bug size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants