Skip to content

Comments

Adding deps-update in Makefile#664

Merged
javuto merged 2 commits intomainfrom
deps-update-makefile
Aug 9, 2025
Merged

Adding deps-update in Makefile#664
javuto merged 2 commits intomainfrom
deps-update-makefile

Conversation

@javuto
Copy link
Collaborator

@javuto javuto commented Aug 9, 2025

Adding deps-update to the Makefile to keep dependencies up to date with the command make deps-update.

@javuto javuto requested a review from Copilot August 9, 2025 10:53
@javuto javuto added ✨ enhancement New feature or request dependencies Dependencies related issues labels Aug 9, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new deps-update target to the Makefile to facilitate keeping Go dependencies up to date. The target includes validation checks and uses go get -u to update all dependencies.

  • Adds a new Makefile target deps-update with prerequisite file checks
  • Implements dependency updating using go get -u ./...

@javuto javuto merged commit 2b1a872 into main Aug 9, 2025
53 checks passed
@javuto javuto deleted the deps-update-makefile branch August 9, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies related issues ✨ enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant