build(deps): bump github.com/linode/linodego from 1.65.0 to 1.66.0#409
Merged
zliang-akamai merged 1 commit intodevfrom Mar 5, 2026
Merged
Conversation
Bumps [github.com/linode/linodego](https://github.com/linode/linodego) from 1.65.0 to 1.66.0. - [Release notes](https://github.com/linode/linodego/releases) - [Commits](linode/linodego@v1.65.0...v1.66.0) --- updated-dependencies: - dependency-name: github.com/linode/linodego dependency-version: 1.66.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This Dependabot PR updates the Linode SDK dependency used by the packer plugin, along with associated transitive module updates captured in go.mod/go.sum.
Changes:
- Bump
github.com/linode/linodegofromv1.65.0tov1.66.0. - Update related Go module entries (
go-resty/resty/v2,golang.org/x/net) and correspondinggo.sumchecksums. - Adjust the
godirective format ingo.mod(1.25→1.25.0).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates linodego + indirect deps; also changes the go directive formatting. |
| go.sum | Updates checksums for the bumped modules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| module github.com/linode/packer-plugin-linode | ||
|
|
||
| go 1.25 | ||
| go 1.25.0 |
There was a problem hiding this comment.
The PR description says this is a linodego dependency bump, but this diff also changes the go directive from 1.25 to 1.25.0. If this formatting change is unintended/noise from go mod tidy, consider reverting it (or explicitly calling it out in the PR) to avoid unrelated churn and potential downstream tooling differences.
zliang-akamai
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps github.com/linode/linodego from 1.65.0 to 1.66.0.
Release notes
Sourced from github.com/linode/linodego's releases.
Commits
716d6f1Deprecatexenfrom SDKs and Tools (#896)5ed70c6Add NodeBalancer deletion-protection locks support (#881)1758463build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#887)7c4f11bbuild(deps): bump golang.org/x/net from 0.49.0 to 0.51.0 (#900)6df2db4build(deps): bump crazy-max/ghaction-github-labeler from 5.3.0 to 6.0.0 (#904)9d8e788build(deps): bump github.com/go-resty/resty/v2 from 2.17.1 to 2.17.2 (#895)cea75a6Changes Alert Channel changes as per latest API v4 changes (#890)32b19c6fix: Correct GetRegionAvailability response type (#897)ffb4366fix: exclude gosec G117 for golangci-lint > 2.9 (#898)3e1c3eaDrop support for DBaaS V1 (#894)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)