Skip to content

Update go modules (release-v0.7) (minor)#1634

Open
renovate[bot] wants to merge 1 commit into
release-v0.7from
renovate/release-v0.7-go-modules
Open

Update go modules (release-v0.7) (minor)#1634
renovate[bot] wants to merge 1 commit into
release-v0.7from
renovate/release-v0.7-go-modules

Conversation

@renovate

@renovate renovate Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/conforma/cli v0.7.109v0.9.50 age adoption passing confidence
github.com/conforma/cli v0.7.95v0.9.50 age adoption passing confidence
github.com/cucumber/godog v0.13.0v0.15.1 age adoption passing confidence
github.com/google/addlicense v1.1.1v1.2.0 age adoption passing confidence
github.com/open-policy-agent/conftest v0.55.0v0.68.2 age adoption passing confidence
github.com/open-policy-agent/opa v0.68.0v0.70.0 age adoption passing confidence
github.com/styrainc/regal v0.29.2v0.41.1 age adoption passing confidence
github.com/tektoncd/cli v0.39.1v0.45.0 age adoption passing confidence
oras.land/oras v1.2.3v1.3.2 age adoption passing confidence

Release Notes

conforma/cli (github.com/conforma/cli)

v0.9.50

Compare Source

v0.9.49

Compare Source

v0.9.48

Compare Source

v0.9.47

Compare Source

v0.9.46

Compare Source

v0.9.44

Compare Source

v0.9.43

Compare Source

v0.9.42

Compare Source

v0.9.41

Compare Source

v0.9.40

Compare Source

v0.9.39

Compare Source

v0.9.38

Compare Source

v0.9.37

Compare Source

v0.9.36

Compare Source

v0.9.35

Compare Source

v0.9.34

Compare Source

v0.9.33

Compare Source

v0.9.32

Compare Source

v0.9.31

Compare Source

v0.9.30

Compare Source

v0.9.29

Compare Source

v0.9.27

Compare Source

v0.9.26

Compare Source

v0.9.25

Compare Source

v0.9.24

Compare Source

v0.9.23

Compare Source

v0.9.22

Compare Source

v0.9.19

Compare Source

v0.9.17

Compare Source

v0.9.16

Compare Source

v0.9.14

Compare Source

v0.9.13

Compare Source

v0.9.9

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

v0.8.129

Compare Source

v0.8.123

Compare Source

v0.8.122

Compare Source

v0.8.120

Compare Source

v0.8.108

Compare Source

v0.8.107

Compare Source

v0.8.105

Compare Source

v0.8.102

Compare Source

v0.8.100

Compare Source

v0.8.95

Compare Source

v0.8.92

Compare Source

v0.8.91

Compare Source

v0.8.90

Compare Source

v0.8.89

Compare Source

v0.8.88

Compare Source

v0.8.87

Compare Source

v0.8.86

Compare Source

v0.8.83

Compare Source

v0.8.80

Compare Source

v0.8.79

Compare Source

v0.8.77

Compare Source

v0.8.76

Compare Source

v0.8.75

Compare Source

v0.8.74

Compare Source

v0.8.73

Compare Source

v0.8.48

Compare Source

v0.8.47

Compare Source

v0.8.45

Compare Source

v0.8.44

Compare Source

v0.8.43

Compare Source

v0.8.42

Compare Source

v0.8.39

Compare Source

v0.8.36

Compare Source

v0.8.35

Compare Source

v0.8.34

Compare Source

v0.8.33

Compare Source

v0.8.32

Compare Source

v0.8.31

Compare Source

v0.8.29

Compare Source

v0.8.28

Compare Source

v0.8.25

Compare Source

v0.8.23

Compare Source

v0.8.22

Compare Source

v0.8.21

Compare Source

v0.8.18

Compare Source

v0.8.13

Compare Source

v0.8.12

Compare Source

v0.8.10

Compare Source

v0.8.9

Compare Source

v0.8.7

Compare Source

v0.8.6

Compare Source

v0.8.4

Compare Source

v0.8.2

Compare Source

v0.7.151

Compare Source

v0.7.150

Compare Source

v0.7.148

Compare Source

v0.7.143

Compare Source

v0.7.141

Compare Source

v0.7.140

Compare Source

v0.7.136

Compare Source

v0.7.135

Compare Source

v0.7.134

Compare Source

v0.7.132

Compare Source

v0.7.131

Compare Source

v0.7.130

Compare Source

v0.7.129

Compare Source

v0.7.128

Compare Source

v0.7.127

Compare Source

v0.7.123

Compare Source

v0.7.121

Compare Source

v0.7.118

Compare Source

v0.7.117

Compare Source

v0.7.114

Compare Source

v0.7.113

Compare Source

v0.7.110

Compare Source

cucumber/godog (github.com/cucumber/godog)

v0.15.1

Compare Source

Added
Changed
  • Replace deprecated ::set-output - (681 - nodeg)
Fixed
  • fix(errors): fix(errors): Fix expected Step argument count for steps with context.Context (679 - tigh-latte)
  • fix(formatter): On concurrent execution, execute formatter at end of Scenario - (645 - tigh-latte)
  • Pretty printing results now prints the line where the step is declared instead of the line where the handler is declared. (668 - spencerc)
  • Update honnef.co/go/tools/cmd/staticcheck version in Makefile by @​RezaZareiii in #​670
  • fix: verify dogT exists in the context before using it by @​cakoolen in #​692
  • fix: change bang to being in README by @​nahomEagleLion in #​687
  • Mark junit test cases as skipped if no pickle step results available by @​mrsheepuk in #​597
  • Print step declaration line instead of handler declaration line by @​SpencerC in #​668

v0.15.0

Compare Source

Added
  • Improved the type checking of step return types and improved the error messages - (647 - johnlon)
  • Ambiguous step definitions will now be detected when strict mode is activated - (636/(648 - johnlon)
  • Provide support for attachments / embeddings including a new example in the examples dir - (623 - johnlon)
Changed
  • Formatters now have a Close method and associated io.Writer changed to io.WriteCloser.

v0.14.1

Compare Source

Added
  • Provide testing.T-compatible interface on test context, allowing usage of assertion libraries such as testify's assert/require - (571 - mrsheepuk)
  • Created releasing guidelines - (608 - glibas)
Fixed

v0.14.0

Compare Source

Added
  • Improve ErrSkip handling, add test for Summary and operations order (584 - vearutop)
Fixed
  • Remove line overwriting for scenario outlines in cucumber formatter (605 - glibas)
  • Remove duplicate warning message (590 - vearutop)
  • updated base formatter to set a scenario as passed unless there exist (582 - roskee)
Changed
google/addlicense (github.com/google/addlicense)

v1.2.0

Compare Source

This is the first full release after a period of dormancy for the project. Support for several file types has been added, plus some internal cleanup.

What's Changed

New Contributors

Full Changelog: google/addlicense@v1.1.1...v1.2.0

open-policy-agent/conftest (github.com/open-policy-agent/conftest)

v0.68.2

Compare Source

Changelog

OPA Changes
Other Changes

v0.68.1

Compare Source

Changelog

Bug Fixes

v0.68.0

Compare Source

Changelog

New Features
Bug Fixes
OPA Changes
Other Changes

v0.67.1

Compare Source

Changelog

Bug Fixes
Other Changes

v0.67.0

Compare Source

Changelog

Bug Fixes
OPA Changes
Other Changes

v0.66.0

Compare Source

Changelog

OPA Changes
Other Changes

v0.65.0

Compare Source

Changelog

New Features
Bug Fixes
OPA Changes
Other Changes

v0.64.0

Compare Source

Changelog

New Features

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch from 6b8b3a9 to 356ee83 Compare January 20, 2026 05:03
@renovate

renovate Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: acceptance/go.sum
Command failed: go get -t ./...
go: module github.com/conforma/cli@v0.9.50 requires go >= 1.26.3; switching to go1.26.4
go: downloading github.com/google/go-containerregistry v0.21.7
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/sigstore/timestamp-authority v1.2.2
go: downloading golang.org/x/net v0.56.0
go: downloading github.com/vektah/gqlparser v1.2.0
go: downloading golang.org/x/mod v0.37.0
go: downloading github.com/containerd/containerd v1.7.27
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading golang.org/x/tools v0.46.0
go: github.com/muhammadmuzzammil1998/jsonc@v1.0.0 used for two different module paths (github.com/muhammadmuzzammil1998/jsonc and muzzammil.xyz/jsonc)

File name: go.sum
Command failed: go get -t ./...
go: module github.com/conforma/cli@v0.9.50 requires go >= 1.26.3; switching to go1.26.4
go: github.com/styrainc/regal@v0.41.1: parsing go.mod:
	module declares its path as: github.com/open-policy-agent/regal
	        but was required as: github.com/styrainc/regal

@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch 5 times, most recently from e85d278 to 1de80e8 Compare January 29, 2026 05:41
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch 2 times, most recently from f0269a7 to 28461a8 Compare February 2, 2026 12:43
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch 4 times, most recently from cf6bb5e to cb12a04 Compare February 14, 2026 09:15
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch 2 times, most recently from 640ac05 to 602b0e4 Compare February 26, 2026 22:01
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch 5 times, most recently from 3ae6928 to d6fe4d7 Compare March 9, 2026 13:08
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch 4 times, most recently from 585cb2d to 836e5e7 Compare March 18, 2026 18:17
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch 2 times, most recently from 46d270a to 046b71f Compare March 24, 2026 01:52
@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch from 7d6144f to 16f6859 Compare June 4, 2026 00:19

@fullsend-ai-review fullsend-ai-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the review comment for full details.

@fullsend-ai-review fullsend-ai-review Bot removed the ready-for-merge All reviewers approved — ready to merge label Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch from 16f6859 to d81d15d Compare June 4, 2026 19:11
@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch from d81d15d to 85b21bb Compare June 5, 2026 18:49
@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment and removed ready-for-merge All reviewers approved — ready to merge labels Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch from 85b21bb to 4ebf3c0 Compare June 9, 2026 18:14
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 9, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 6:16 PM UTC · Completed 6:23 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot added ready-for-merge All reviewers approved — ready to merge and removed requires-manual-review Review requires human judgment labels Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch from 4ebf3c0 to 4f5f915 Compare June 13, 2026 02:02
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 13, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 2:03 AM UTC · Completed 2:12 AM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the review comment for full details.

@fullsend-ai-review fullsend-ai-review Bot removed the ready-for-merge All reviewers approved — ready to merge label Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/release-v0.7-go-modules branch from 4f5f915 to 3313ebe Compare June 17, 2026 17:09
@fullsend-ai-review

fullsend-ai-review Bot commented Jun 17, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 5:11 PM UTC · Completed 5:19 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 18, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:51 AM UTC · Completed 2:00 AM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the review comment for full details.

Comment thread go.mod Outdated
github.com/styrainc/regal v0.29.2
github.com/tektoncd/cli v0.39.1
oras.land/oras v1.2.3
github.com/conforma/cli v0.9.48

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[high] missing artifacts

The root go.mod updates 6 direct dependencies but go.sum is not included in the PR. Verification confirms that 5 of the 6 new versions lack checksums in go.sum: conforma/cli v0.9.48 (go.sum has v0.9.2), conftest v0.68.2 (go.sum has v0.66.0), regal v0.41.1 (no entry at all), tektoncd/cli v0.45.0 (go.sum has v0.42.1), oras v1.3.2 (go.sum has v1.3.0). Only addlicense v1.2.0 already has a matching entry. Builds will fail without go.sum updates.

Suggested fix: Run go mod tidy in the root directory and include the resulting go.sum changes in the PR.

Comment thread acceptance/go.mod Outdated
require (
github.com/conforma/cli v0.7.95
github.com/cucumber/godog v0.13.0
github.com/conforma/cli v0.9.48

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[medium] missing artifacts

The acceptance/go.mod updates conforma/cli from v0.7.95 to v0.9.48 and godog from v0.13.0 to v0.15.1, but acceptance/go.sum is not included in the PR. conforma/cli v0.9.48 is missing from acceptance/go.sum (which has v0.9.2 instead). godog v0.15.1 already has a valid checksum entry.

Suggested fix: Run go mod tidy in the acceptance/ directory and include the resulting go.sum changes in the PR.

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 22, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:04 PM UTC · Completed 4:13 PM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review

fullsend-ai-review Bot commented Jun 27, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 1:09 AM UTC · Completed 1:20 AM UTC
Commit: 47d3320 · View workflow run →

@fullsend-ai-review fullsend-ai-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the review comment for full details.

Comment thread go.mod
github.com/styrainc/regal v0.29.2
github.com/tektoncd/cli v0.39.1
oras.land/oras v1.2.3
github.com/conforma/cli v0.9.50

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[high] missing-artifacts

The PR updates six dependencies in go.mod but does not include the corresponding go.sum update. Verification confirms that five of six new dependency versions (conforma/cli v0.9.50, conftest v0.68.2, regal v0.41.1, tektoncd/cli v0.45.0, oras v1.3.2) have no checksum entries in go.sum. Only addlicense v1.2.0 is already present. Without the updated go.sum, go build, go test, and go mod verify will fail. The pre-merge CI only triggers on PRs to main, not release-v0.7, so this gap may not be caught by automated checks.

Suggested fix: Run go mod tidy in the root module directory and include the resulting go.sum changes in the PR.

Comment thread acceptance/go.mod
require (
github.com/conforma/cli v0.7.95
github.com/cucumber/godog v0.13.0
github.com/conforma/cli v0.9.50

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[medium] missing-artifacts

The PR updates conforma/cli v0.7.95 to v0.9.50 and godog v0.13.0 to v0.15.1, but does not include acceptance/go.sum changes. Verification confirms godog v0.15.1 already has entries, but conforma/cli v0.9.50 does not. The missing checksum will cause build failures in the acceptance module.

Suggested fix: Run go mod tidy in the acceptance/ directory and include the resulting acceptance/go.sum changes in the PR.

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 release-v0.7 renovate size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants