Skip to content
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

chore: go mod updates #163

Merged
merged 1 commit into from
Jul 9, 2024
Merged

chore: go mod updates #163

merged 1 commit into from
Jul 9, 2024

Conversation

astromechza
Copy link
Member

It's been a while since we've updated the go dependencies here so I did the following:

  1. update go toolchain
  2. add replace pinning for mergo (following it's readme due to changed import path)
  3. run go mod get -u ./... && go mod tidy
  4. fixed a test

Dependabot isn't flagging any particular vuln, but there dependencies here been quite old.

Signed-off-by: Ben Meier <[email protected]>
Copy link
Contributor

@mathieu-benoit mathieu-benoit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Note/question: should we have Dependabot enabled in these repos to automate this process?

@astromechza
Copy link
Member Author

LGTM

Note/question: should we have Dependabot enabled in these repos to automate this process?

We can. It's a relatively low risk repo - as it's just a CLI with no networking abilities.

@astromechza astromechza merged commit b3d7fe1 into main Jul 9, 2024
3 checks passed
@astromechza astromechza deleted the dep-updates branch July 9, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants