jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

Update go to 1.22.x

Open EyalDelarea opened this issue 1 year ago • 1 comments

  • [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 dev branch.
  • [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.

EyalDelarea avatar May 06 '24 12:05 EyalDelarea

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

sverdlov93 avatar May 06 '24 13:05 sverdlov93

@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.

EyalDelarea avatar May 19 '24 14:05 EyalDelarea