-
Notifications
You must be signed in to change notification settings - Fork 606
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
gofumpt to reduce total number of changes versus v5 #1734
Conversation
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.5...v2.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/setup-go-2.2.0 build(deps): bump actions/setup-go from 2.1.5 to 2.2.0
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.
Looks good to me! But just out of curiosity: what was wrong with the previous PR that you needed to open this new one?
done :) |
It was accumulating cruft from merging main in. At least, I think that's the reason. |
I think it's set. |
Do we still need this PR after we merge #1418? Or can this be closed then? |
Either way really. You could merge this to make a final review of v5 easier, or merge v5 and you’d still get this. |
Codecov Report
@@ Coverage Diff @@
## main #1734 +/- ##
==========================================
- Coverage 80.04% 80.04% -0.01%
==========================================
Files 166 166
Lines 12421 12419 -2
==========================================
- Hits 9943 9941 -2
Misses 2013 2013
Partials 465 465
|
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.
LGTM, just curious on why we should add gitpod?
.gitpod.yml
Outdated
@@ -0,0 +1,9 @@ | |||
# This configuration file was automatically generated by Gitpod. |
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.
Can you help me understand why this is useful? I'm not familiar with Gitpod
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.
oh no I am sorry!
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.
OK, so 1 bad thing about gitpod:
It puts these in repos automatically.
So I guess not seeing them in unrelated PR's could be a good reason to do it, but that's not really a good reason. Let me get into an actual good reason, after deleting this file.
sorry about this!
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.
LGTM 🚀
Head branch was pushed to by a user without write access
Description
This is just a formatting change that will ease the review of v5.
This PR replaces #1717
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes