-
Notifications
You must be signed in to change notification settings - Fork 127
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
build(deps): Update indirect dependencies. #580
build(deps): Update indirect dependencies. #580
Conversation
This looks fine to me, thanks for the contribution! Would you be willing to include a |
The Dependabot configuration has been added, and I tested it on my forked repository. The bot successfully opened multiple PRs to update the dependencies. You can review the results here: SahibYar/go-fastly Pull Requests. |
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.
A couple of very small changes and this is ready to go.
updated dependencies but needed to make change in makefile by resetting
staticcheck
from@latest
tov0.4.7
because@latest
version requires go version1.22
but we can't update it to1.20
right now.Testing
I also tried to
make all
whose output is following.