-
Notifications
You must be signed in to change notification settings - Fork 90
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
github: update workflows to go1.19.3 #1481
Conversation
Codecov ReportBase: 53.92% // Head: 53.90% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1481 +/- ##
==========================================
- Coverage 53.92% 53.90% -0.02%
==========================================
Files 148 148
Lines 18774 18775 +1
==========================================
- Hits 10124 10121 -3
- Misses 7267 7270 +3
- Partials 1383 1384 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update go.mod as well I think and check-go-version
pre-commit
We can't update go version to a patch release in |
@xenowits we also need to upgrade the Dockerfile so the built binaries actually use the new version:
|
Updates github workflows to
go1.19.3
category: misc
ticket: #1366