-
Notifications
You must be signed in to change notification settings - Fork 37
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
kind/feature: Bump build to Go 1.17 #164
Conversation
1399a88
to
1d122e9
Compare
Can you update github actions too? |
@stoovon - thanks for the PR. Is there any chance you could rebase and also update the GitHub actions to use 1.17? |
Hi there, yes I should have time later today. I was at GopherCon UK for the past couple of days.
… On 27 Oct 2021, at 10:47, Richard Case ***@***.***> wrote:
@stoovon - thanks for the PR. Is there any chance you could rebase and also update the GitHub actions to use 1.17?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Great, thanks @stoovon 👍 Hope the conference was good. |
Very good conference and presenting was much fun! https://twitter.com/f3fincloud/status/1452944408161161217?s=21
… On 27 Oct 2021, at 10:56, Richard Case ***@***.***> wrote:
Great, thanks @stoovon 👍 Hope the conference was good.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
1d122e9
to
86b52b3
Compare
@richardcase, @yitsushi updated Github workflows |
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.
4a8c5b1
to
c4877db
Compare
Codecov Report
@@ Coverage Diff @@
## main #164 +/- ##
==========================================
+ Coverage 47.00% 54.40% +7.40%
==========================================
Files 45 45
Lines 1951 1963 +12
==========================================
+ Hits 917 1068 +151
+ Misses 930 788 -142
- Partials 104 107 +3
Continue to review full report at Codecov.
|
Also squashed the bad commit. |
@stoovon Thanks for fixing that. It seems something went a little weird with the |
Thanks @jmickey. I removed the indirect sections, moved e.g. The new format for mod files (separate indirect dependencies section) is, as I understand it, new for go 1.17.x and was introduced (or at least worked on) as part of golang/go#45965. So I think this is working as intended. I also checked a number of other go 1.17 projects and I think this is the default way of doing things now (appreciate it's a significant change from the old way of not listing indirect dependencies which is why the diff looks strange - apologies for not explaining this in a comment on my commit). I couldn't see a way to avoid the separate indirect dependencies section; when I merge them together |
@stoovon Yes, this was covered in the 1.17 release notes https://golang.org/doc/go1.17#go-command |
I like the idea of listing and pinning all indirect dependencies. |
@stoovon Ah right, sorry I should have read the go1.17 release notes, sorry about that. |
c4877db
to
338ae84
Compare
Thanks for the approval @yitsushi. Pushed verified commits now so should be mergeable. |
What this PR does / why we need it:
Update Go version to 1.17
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #159
Special notes for your reviewer:
Checklist: