Skip to content

Change version of unused dependencies in go.mod to support Go 1.13#20987

Merged
kvch merged 1 commit intoelastic:masterfrom
kvch:fix-gomod-backwardcompatible-versions
Sep 4, 2020
Merged

Change version of unused dependencies in go.mod to support Go 1.13#20987
kvch merged 1 commit intoelastic:masterfrom
kvch:fix-gomod-backwardcompatible-versions

Conversation

@kvch
Copy link
Copy Markdown
Contributor

@kvch kvch commented Sep 4, 2020

What does this PR do?

This PR changes the backwards-incompatible versions to actual versions in the go.mod file. Thus, the file can be used with Golang 1.13

Why is it important?

Google Cloud Functions run in an environment with Golang 1.13.x. If our go.mod file is incompatible with the environment, functions cannot be started.

Checklist

- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have made corresponding change to the default configuration files
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

@kvch kvch added needs_backport PR is waiting to be backported to other branches. [zube]: In Review Team:Services (Deprecated) Label for the former Integrations-Services team labels Sep 4, 2020
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Sep 4, 2020
Copy link
Copy Markdown
Contributor

@michalpristas michalpristas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stamp of approval granted

@kvch kvch merged commit 44e281f into elastic:master Sep 4, 2020
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20987 opened]

  • Start Time: 2020-09-04T14:12:18.115+0000

  • Duration: 68 min 36 sec

Test stats 🧪

Test Results
Failed 0
Passed 19804
Skipped 1834
Total 21638

@kvch kvch removed the needs_backport PR is waiting to be backported to other branches. label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team:Services (Deprecated) Label for the former Integrations-Services team [zube]: In Review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants