-
Notifications
You must be signed in to change notification settings - Fork 16
Bump packages #27
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
Merged
Merged
Bump packages #27
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 873
🏁 Script executed:
cat -n go.mod | head -50Repository: hostinger/terraform-provider-hostinger
Length of output: 2674
🌐 Web query:
Go 1.25 macOS minimum version requirement💡 Result:
Go 1.25 requires macOS 12 (Monterey) or later [1][2]. Support for macOS 11 and earlier versions was discontinued beginning with the Go 1.25 release [1][3]. Users requiring support for macOS 11 must continue using the Go 1.24 release series [4][3].
Citations:
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 382
🌐 Web query:
golang.org/x/mod v0.35.0 golang.org/x/net v0.55.0 minimum Go version requirements compatibility💡 Result:
For the specified versions of the Go supplementary modules, the minimum Go version requirements are as follows: - golang.org/x/mod v0.35.0 requires Go 1.25.0 [1]. - golang.org/x/net v0.55.0 requires Go 1.25.0 [2]. In the Go module system, the go directive in the go.mod file declares the minimum version of the Go toolchain required to compile the module [3][4]. If your project depends on these modules, your own module's go.mod file must specify a Go version that is greater than or equal to the requirement of your dependencies [3][4]. If your environment uses a Go version older than what is specified in a dependency's go.mod file, the Go toolchain will refuse to use that module [3][4]. You can verify the minimum Go version requirement for any specific package version by checking its documentation on pkg.go.dev [1][2] or by inspecting the go directive directly in the repository's go.mod file [5].
Citations:
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 347
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 211
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 277
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 176
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 2411
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 1877
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 830
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 347
🏁 Script executed:
Repository: hostinger/terraform-provider-hostinger
Length of output: 266
Verify Go version requirements are documented as macOS 12 minimum.
This upgrade is necessary—the updated
golang.org/x/*dependencies (mod v0.35.0, net v0.55.0, etc.) require Go 1.25.0 (pkg.go.dev). Go 1.25 requires macOS 12 or later; if your documentation or supported platform matrix lists macOS 11, update it. CI workflows are already configured to followgo.modautomatically viago-version-file, so no CI changes are needed.🤖 Prompt for AI Agents