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.19.1 #224

Merged
merged 3 commits into from
Sep 19, 2022
Merged

Update to go 1.19.1 #224

merged 3 commits into from
Sep 19, 2022

Conversation

rhowe
Copy link
Contributor

@rhowe rhowe commented Sep 17, 2022

Go 1.16.x has been EOL since Go 1.18 was released in March 2022. Update to Go 1.19.1.

Fix error handling in postDashboard - the go compiler picked up on this incorrect usage of errors.As. Use errors.Is instead, which looks like what was intended.

Fix up a couple of tests which broke for me. I'm not sure how these ever passed - is the drone build lying?

Go 1.16.x has been EOL since Go 1.18 was released in March 2022. Update
to Go 1.19.1.
The go compiler picked up on this incorrect usage of errors.As. Use
errors.Is instead.

Fix up a couple of tests which broke for me. I'm not sure how these ever
passed?
@malcolmholmes malcolmholmes merged commit d65a471 into grafana:master Sep 19, 2022
@rhowe rhowe deleted the go-1-19-1 branch September 20, 2022 07:49
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.

None yet

2 participants