Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Go version and dependencies #16

Open
ema-pe opened this issue Nov 19, 2024 · 0 comments
Open

Update Go version and dependencies #16

ema-pe opened this issue Nov 19, 2024 · 0 comments
Labels
dfaas-agent Related to the agent component

Comments

@ema-pe
Copy link
Collaborator

ema-pe commented Nov 19, 2024

The DFaaS agent was built using Go 1.14, as specified in the go.mod. Since Go respects backward compatibility, I have built and run the agent with the latest Go version (1.23.3) without any problems. In any case, we should update the Go version to the latest, not only updating the go.mod file, but also considering any new features introduced in these versions that may be useful for the agent implementation.

We should also update the dependencies, the current versions have some known vulnerabilities (but this is not an important issue as the agent is a prototype). The update may also bring bug fixes, new features. In general, updating these dependencies should be no problem thanks to semantic versioning.

If possible, it is better to update a dependency one at a time, checking for any breaking changes or major releases.

@ema-pe ema-pe added the dfaas-agent Related to the agent component label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dfaas-agent Related to the agent component
Projects
None yet
Development

No branches or pull requests

1 participant