Skip to content

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
mainfrom
dependabot/go_modules/workflow/minor-and-patch-bb6ad3cb04
Closed

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
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/workflow/minor-and-patch-bb6ad3cb04

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 1 update in the /workflow directory: github.com/zclconf/go-cty.

Updates github.com/zclconf/go-cty from 1.18.1 to 1.19.0

Changelog

Sourced from github.com/zclconf/go-cty's changelog.

1.19.0 (July 6, 2026)

  • When building with Go 1.27 or later, the various string operations that are defined in terms of UAX#29 grapheme cluster segmentation will now use the Unicode 17 character properties and rules. For older versions of Go, Unicode 15 is still used.
  • The cty.ValueMarks type, which represents a set of value marks separately from any value, now has method Has for concisely testing if a specific mark is present, and Insert for inserting elements from an iter.Seq[any] into an existing set of marks for easier gradual construction without creating any temporary mark sets.
Commits
  • 749fb01 v1.19.0
  • f6d59fa ValueMarks.Has and ValueMarks.Insert
  • db1a410 Use Unicode 17 text segmentation rules on Go 1.27
  • c8df667 json: Compensate for different JSON error message in Go1.27
  • 9d8f06e convert: Fix incorrect format string in TestSortTypes
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 20, 2026
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 dependabot Bot changed the title build(deps): bump github.com/zclconf/go-cty from 1.18.1 to 1.19.0 in /workflow in the minor-and-patch group 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 Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/workflow/minor-and-patch-bb6ad3cb04 branch from 6b3fd20 to d7aa2ca Compare July 29, 2026 00:54
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>
@handcaught

Copy link
Copy Markdown
Member

Superseded by #292, which consolidates these five updates into a single change. #282/#272 both rewrote sdk/go.mod and #282/#273 both rewrote workflow/go.mod, so they could not land independently.

All bumps from this PR are included in #292 except sigstore/cosign/v3 v3.1.2, which is held back: it pulls tablewriter v1.1.4 through opa/release-utils, incompatible with the revive v1.7.0 pinned by golangci-lint v1.64.8 in the shared go.work graph. Tracked for a follow-up that decouples tools from the workspace.

@handcaught handcaught closed this Jul 31, 2026
@handcaught
handcaught deleted the dependabot/go_modules/workflow/minor-and-patch-bb6ad3cb04 branch July 31, 2026 17:21
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant