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

Add bump go version script and instructions #2551

Closed
wants to merge 7 commits into from

Conversation

EyalDelarea
Copy link
Contributor

@EyalDelarea EyalDelarea commented May 20, 2024

  • All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • The pull request is targeting the dev branch.
  • The code has been validated to compile successfully by running go vet ./....
  • The code has been formatted properly using go fmt ./....

Added a script to mimic the latest update go PR #2540 with added steps to make the update of go version easier.

This could be used to update the major and minor version of go.
minor version will effect only the jenkinsfile
and major will effect all the files.

The scripts:

  1. updates the relevant files.
  2. updates go mod and run go mod tidy
  3. commits the changes
  4. provide further instructions for updating the go version.

Video:

Screen.Recording.2024-05-20.at.13.30.42.mov

@EyalDelarea EyalDelarea added the ignore for release Automatically generated release notes label May 20, 2024
@EyalDelarea EyalDelarea closed this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore for release Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant