Address dependabot PRs #222
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses the dependabot PRs that currently fail due to Dependabot not being properly configured when opening PRs. Specifically, it doesn't have access to the necessary secrets for running the example snippets.
As a stop-gap solution, I've opened this PR that will address and close the following PRs:
Thought process
There are two pieces of this PR:
golangci/golangci-lint-actionhasn't been updated as part of this PR as the update will upgrade to the golangci-lint version 2, which has breaking changes. This will be handled in a separate PR.kv109/action-ready-for-reviewthe commit SHA matches the latest version of the action (release here).1.24, which is the supported Go version just below the latest one (1.25as of this PR).go get -u ./...