jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
519 stars 224 forks source link

Update go to 1.22.x #2540

Closed EyalDelarea closed 1 month ago

EyalDelarea commented 1 month ago

Update JFrog CLI to Go 1.22.x

Specific go version for release : 1.22.3 Depends on for release: https://github.com/jfrog/jfrog-ecosystem-integration-env/pull/46

The update should be a top down approach, first update the CLI and then the rest of the components. As the CLI will be able to consume lower versions of Go, but not the other way around.

sverdlov93 commented 1 month ago

also need to update here and release it - https://github.com/jfrog/jfrog-ecosystem-integration-env

EyalDelarea commented 1 month ago

@sverdlov93 Let me know what you think, after we will merge i'll update the https://github.com/jfrog/jfrog-ecosystem-integration-env/pull/46 PR before next CLI release.