Closed renovate[bot] closed 2 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: go get -d -t ./...
go: module github.com/turbot/steampipe-plugin-sdk/v5@v5.10.3 requires go >= 1.22.4; switching to go1.22.6
go: downloading go1.22.6 (linux/amd64)
go: download go1.22.6: golang.org/toolchain@v0.0.1-go1.22.6.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off
The changes involve updating the supported version of Golang in the plugin documentation and the go.mod
file for the Go module github.com/grendel-consulting/steampipe-plugin-kolide
. The Golang version has been upgraded from 1.21 to 1.22, along with an update to the dependency on the steampipe-plugin-sdk
from version 5.10.2 to 5.10.3.
Files | Change Summary |
---|---|
.github/SUPPORT.md, go.mod | Golang version updated from 1.21 to 1.22; dependency github.com/turbot/steampipe-plugin-sdk/v5 updated from v5.10.2 to v5.10.3. |
sequenceDiagram
participant User
participant Plugin
participant Golang
participant SDK
User->>Plugin: Request to use plugin
Plugin->>Golang: Check compatibility (v1.22)
Golang-->>Plugin: Compatible
Plugin->>SDK: Use updated features
SDK-->>Plugin: Provide functionalities
Plugin-->>User: Response with plugin features
🐇 In the meadow where bunnies play,
New versions hop in, hip-hip-hooray!
With Go now fresh, the plugins gleam,
A leap of code, a coder's dream!
So let's rejoice and dance around,
For better tools and joys abound! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
v5.10.2
->v5.10.3
Release Notes
turbot/steampipe-plugin-sdk (github.com/turbot/steampipe-plugin-sdk/v5)
### [`v5.10.3`](https://togithub.com/turbot/steampipe-plugin-sdk/compare/v5.10.2...v5.10.3) [Compare Source](https://togithub.com/turbot/steampipe-plugin-sdk/compare/v5.10.2...v5.10.3)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.