-
Notifications
You must be signed in to change notification settings - Fork 693
chore: enable dependabot for upgrading Go tools #3759
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
Conversation
e8cf398
to
782356a
Compare
782356a
to
65fbe7c
Compare
72c251f
to
41d6e15
Compare
Since you did a number of updates to the PR, can you put it into draft until it is ready for review? I can't tell if you intend to make more changes or not. I'm undecided if I like having a separate |
c5d4e60
to
a4d4167
Compare
Yes, of course. I already marked as "Draft". ![]()
I read about this approach at https://golangci-lint.run/welcome/install/#install-from-sources:~:text=the%20best%20approach%20is%20to%20use%20a%20dedicated%20module%20or%20module%20file%20to%20isolate%20golangci%2Dlint%20from%20other%20tools%20or%20dependencies
No, there aren't. |
204d14a
to
cdfc613
Compare
hack/tools/go.mod
Outdated
github.com/charmbracelet/x/term v0.2.1 // indirect | ||
github.com/chavacava/garif v0.1.0 // indirect | ||
github.com/ckaznocha/intrange v0.3.1 // indirect | ||
github.com/containerd/ltag v0.3.0 // indirect |
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.
Why is a directly used tool marked as // indirect
?
How does dependabot handle 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.
Great question. I will investigate this.
go mod tidy
adds this // indirect
comment.
4e4699a
to
efd1e1c
Compare
This article recommends introducing a separate I added an old-school |
efd1e1c
to
c15b932
Compare
c15b932
to
c8ebf8c
Compare
Signed-off-by: Oleksandr Redko <[email protected]>
c8ebf8c
to
3ac32b6
Compare
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.
Thanks, let's see whether this works
Currently, we should manually upgrade each tool version. This PR passes on this job to @dependabot.