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

Update to Go 1.17 #953

Merged
merged 5 commits into from
Sep 14, 2021
Merged

Update to Go 1.17 #953

merged 5 commits into from
Sep 14, 2021

Conversation

zalegrala
Copy link
Contributor

@zalegrala zalegrala commented Sep 13, 2021

What this PR does:

Which issue(s) this PR fixes:
Fixes #885

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

CHANGELOG.md Outdated Show resolved Hide resolved
.drone/drone.yml Outdated Show resolved Hide resolved
.drone/drone.yml Outdated Show resolved Hide resolved
@@ -74,6 +74,203 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

require (
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not familiar with the go mod changes in 1.17. What is this second require section for, is it different than the first?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Paragraph 4 here has what you're after. https://golang.org/doc/go1.17#go-command New section to track indirect dependencies.

@joe-elliott joe-elliott merged commit 180e4cb into grafana:main Sep 14, 2021
@zalegrala zalegrala deleted the go1.17 branch September 14, 2021 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Research/Upgrade to Go 1.17
4 participants