-
Notifications
You must be signed in to change notification settings - Fork 525
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 to Go 1.21 #11654
Update to Go 1.21 #11654
Conversation
This pull request does not have a backport label. Could you fix it @axw? 🙏
NOTE: |
Needed for updating elastic-package.
I'll leave this until @simitt is back, someone will get in touch with Snyk about the errors - seems their |
This pull request is now in conflicts. Could you fix it @axw? 🙏
|
Needed for updating elastic-package. Co-authored-by: kruskall <[email protected]> Signed-off-by: Carson Ip <[email protected]>
@Mergifyio backport 8.10 8.11 |
❌ No backport have been created
Git reported the following error:
|
Needed for updating elastic-package. Co-authored-by: kruskall <[email protected]> (cherry picked from commit aac0b69) # Conflicts: # .go-version # docs/version.asciidoc # go.sum # packaging/docker/Dockerfile # systemtest/go.sum # tools/go.mod # tools/go.sum
Needed for updating elastic-package. Co-authored-by: kruskall <[email protected]> (cherry picked from commit aac0b69)
Needed for updating elastic-package. Co-authored-by: kruskall <[email protected]> (cherry picked from commit aac0b69) Co-authored-by: Andrew Wilkins <[email protected]>
* Update to Go 1.21 (#11654) Needed for updating elastic-package. Co-authored-by: kruskall <[email protected]> (cherry picked from commit aac0b69) # Conflicts: # .go-version # docs/version.asciidoc # go.sum # packaging/docker/Dockerfile # systemtest/go.sum # tools/go.mod # tools/go.sum * Fix merge conflicts --------- Co-authored-by: Andrew Wilkins <[email protected]>
Motivation/summary
Needed for updating elastic-package.
script/update_go_version.sh
has been updated to use Go 1.21'sgo get [email protected]
for updating the Go toolchain version. This is a step towards removing the need forgimme
.Checklist
- [ ] Update CHANGELOG.asciidoc- [ ] Update package changelog.yml (only if changes toapmpackage
have been made)How to test these changes
N/A
Related issues
#11643