build(deps): bump github.com/zclconf/go-cty from 1.18.1 to 1.19.0 in /workflow in the minor-and-patch group across 1 directory - #273
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 1 update in the /workflow directory: [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty). Updates `github.com/zclconf/go-cty` from 1.18.1 to 1.19.0 - [Release notes](https://github.com/zclconf/go-cty/releases) - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md) - [Commits](zclconf/go-cty@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: github.com/zclconf/go-cty dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/workflow/minor-and-patch-bb6ad3cb04
branch
from
July 29, 2026 00:54
6b3fd20 to
d7aa2ca
Compare
handcaught
added a commit
that referenced
this pull request
Jul 31, 2026
Replaces five conflicting dependabot PRs. #282 and #272 both rewrote sdk/go.mod, and #282 and #273 both rewrote workflow/go.mod, so they could not land independently. Go modules (direct bumps; indirect churn follows from `go mod tidy`): github.com/landlock-lsm/go-landlock v0.9.0 (root) github.com/testcontainers/testcontainers-go v0.43.0 (root) github.com/zclconf/go-cty v1.19.0 (root, workflow) golang.org/x/mod v0.38.0 (root, workflow, tools) golang.org/x/net v0.57.0 (root, sdk) GitHub Actions: actions/checkout v6.0.2 -> v7.0.0 (17 uses across 3 workflows) actions/cache v5 -> v6 (7 uses across 2 workflows) Deliberately NOT included: github.com/sigstore/cosign/v3 v3.1.0 -> v3.1.2. go.work unifies module versions across the four modules, so a root bump changes what tools/ resolves. cosign v3.1.2 pulls opa v1.17.1 and sigs.k8s.io/release-utils v0.12.4, both requiring tablewriter v1.1.4; golangci-lint v1.64.8 pins revive v1.7.0, which uses the tablewriter v0.0.5 API removed in v1.x. The two cannot coexist in one workspace, and `make ci` fails building bin/golangci-lint. Landing the cosign patch needs golangci-lint upgraded to a release whose revive supports tablewriter v1.x — a v1->v2 config migration that does not belong in a dependency sweep. Tracked separately. `make ci` and `make vuln-scan` both pass. Co-authored-by: Dave Sanderson <dave@brokenbots.net>
Member
|
Superseded by #292, which consolidates these five updates into a single change. #282/#272 both rewrote All bumps from this PR are included in #292 except |
handcaught
deleted the
dependabot/go_modules/workflow/minor-and-patch-bb6ad3cb04
branch
July 31, 2026 17:21
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This was referenced Jul 31, 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 the minor-and-patch group with 1 update in the /workflow directory: github.com/zclconf/go-cty.
Updates
github.com/zclconf/go-ctyfrom 1.18.1 to 1.19.0Changelog
Sourced from github.com/zclconf/go-cty's changelog.
Commits
749fb01v1.19.0f6d59faValueMarks.Has and ValueMarks.Insertdb1a410Use Unicode 17 text segmentation rules on Go 1.27c8df667json: Compensate for different JSON error message in Go1.279d8f06econvert: Fix incorrect format string in TestSortTypes