jfrog-cli
jfrog-cli copied to clipboard
Update go to 1.22.x
- [x] All tests have passed. If this feature is not already covered by the tests, new tests have been added.
- [x] The pull request is targeting the
devbranch. - [x] The code has been validated to compile successfully by running
go vet ./.... - [x] The code has been formatted properly using
go fmt ./....
Update JFrog CLI to Go 1.22.x
Specific go version for release : 1.22.2 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.
also need to update here and release it - https://github.com/jfrog/jfrog-ecosystem-integration-env
@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.