Bump the go-dependencies group across 1 directory with 11 updates + Go 1.26 toolchain#774
Open
bosesuneha wants to merge 3 commits into
Open
Bump the go-dependencies group across 1 directory with 11 updates + Go 1.26 toolchain#774bosesuneha wants to merge 3 commits into
bosesuneha wants to merge 3 commits into
Conversation
Bumps the go-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.21.1` | `1.22.0` | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.13.1` | `1.14.0` | | [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3](https://github.com/Azure/azure-sdk-for-go) | `3.0.0-beta.2` | `3.0.0-beta.3` | | [github.com/open-policy-agent/gatekeeper/v3](https://github.com/open-policy-agent/gatekeeper) | `3.22.2` | `3.23.0` | | [github.com/yannh/kubeconform](https://github.com/yannh/kubeconform) | `0.7.0` | `0.8.0` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.21.0` | `3.21.2` | Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.21.1 to 1.22.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.21.1...sdk/azcore/v1.22.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.13.1...sdk/azcore/v1.14.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3` from 3.0.0-beta.2 to 3.0.0-beta.3 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Commits](Azure/azure-sdk-for-go@sdk/resourcemanager/cosmos/armcosmos/v3.0.0-beta.2...sdk/resourcemanager/cosmos/armcosmos/v3.0.0-beta.3) Updates `github.com/open-policy-agent/gatekeeper/v3` from 3.22.2 to 3.23.0 - [Release notes](https://github.com/open-policy-agent/gatekeeper/releases) - [Changelog](https://github.com/open-policy-agent/gatekeeper/blob/master/docs/RELEASE.md) - [Commits](open-policy-agent/gatekeeper@v3.22.2...v3.23.0) Updates `github.com/yannh/kubeconform` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/yannh/kubeconform/releases) - [Commits](yannh/kubeconform@v0.7.0...v0.8.0) Updates `golang.org/x/mod` from 0.34.0 to 0.36.0 - [Commits](golang/mod@v0.34.0...v0.36.0) Updates `helm.sh/helm/v3` from 3.21.0 to 3.21.2 - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.21.0...v3.21.2) Updates `k8s.io/api` from 0.35.5 to 0.36.2 - [Commits](kubernetes/api@v0.35.5...v0.36.2) Updates `k8s.io/apimachinery` from 0.35.5 to 0.36.2 - [Commits](kubernetes/apimachinery@v0.35.5...v0.36.2) Updates `k8s.io/cli-runtime` from 0.35.5 to 0.36.2 - [Commits](kubernetes/cli-runtime@v0.35.5...v0.36.2) Updates `k8s.io/client-go` from 0.35.5 to 0.36.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.5...v0.36.2) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3 dependency-version: 3.0.0-beta.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/open-policy-agent/gatekeeper/v3 dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/yannh/kubeconform dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: helm.sh/helm/v3 dependency-version: 3.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: k8s.io/api dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/cli-runtime dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
go.mod now requires go >= 1.26.0 (from the go-dependencies group update in PR Azure#771), but the Dockerfile and CI workflows still pinned Go 1.25, causing build/unit-test/integration jobs to fail with: go: go.mod requires go >= 1.26.0 (running go 1.25.x) Align golang base image and setup-go versions to 1.26.
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.
Summary
Supersedes #771.
Dependabot's #771 bumped
go.modto requirego >= 1.26.0(pulled in by the updated k8s.io / helm / gatekeeper deps), but the Dockerfile and CI workflows still pinned Go 1.25. Every build/unit-test/integration job failed with:This PR includes #771's dependency updates plus the toolchain bumps needed for CI to pass.
Changes
Go
1.25->1.26in:Dockerfile(golang:1.25-alpine->golang:1.26-alpine).github/workflows/e2e-info.yml.github/workflows/integration-json.yml.github/workflows/integration-tests.yml(2 occurrences).github/workflows/release-and-publish.yml.github/workflows/unit-tests.ymlVerification
go build ./...passes with Go 1.26go vetpassesOnce merged, #771 can be closed.