chore(deps): update github.com/dprotaso/go-yit digest to 6f1ed93 - #8
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Reviewer's GuideThis PR refines the Go module configuration by pinning the toolchain, replacing a deprecated runtime dependency with a yaml processor, bumping the go-yit indirect digest, and updating core Go modules. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
2 times, most recently
from
June 29, 2025 06:47
877dd22 to
36e4798
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
July 6, 2025 11:35
36e4798 to
0d4e1cf
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
August 10, 2025 08:19
0d4e1cf to
64c4fe5
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
August 17, 2025 08:26
64c4fe5 to
eecc5a3
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
September 14, 2025 08:13
eecc5a3 to
14186cf
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
4 times, most recently
from
October 20, 2025 12:17
8b05cd6 to
8e98c0d
Compare
Contributor
|
/retest |
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
3 times, most recently
from
October 24, 2025 12:13
d5d385b to
4231aa5
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
4 times, most recently
from
November 12, 2025 08:32
23b7d03 to
ffeb0e9
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
2 times, most recently
from
November 21, 2025 12:37
8d60dfa to
3b502d9
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
December 3, 2025 12:28
3b502d9 to
9c34615
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
December 15, 2025 08:38
9c34615 to
72729ec
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
3 times, most recently
from
February 9, 2026 04:47
c88f377 to
9781f77
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
February 9, 2026 17:20
9781f77 to
5996c13
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@go.mod`:
- Around line 60-61: Replace legacy gopkg.in YAML module entries with the
official go.yaml.in paths: remove references to gopkg.in/yaml.v2 and
gopkg.in/yaml.v3 and ensure go.mod uses go.yaml.in/yaml/v2 (e.g., v2.4.3) and
go.yaml.in/yaml/v3 or v4 as appropriate (e.g., go.yaml.in/yaml/v4 v4.0.0-rc.4)
so there aren’t mixed import paths; update any import statements or indirect
requirements that still reference gopkg.in to point to go.yaml.in/yaml/* and
then run go get ./... and go mod tidy to reconcile versions and regenerate the
go.sum.
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
March 2, 2026 17:26
5996c13 to
6853d40
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
April 2, 2026 21:30
6853d40 to
743b306
Compare
1 task
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/master/github.com-dprotaso-go-yit-digest
branch
from
May 5, 2026 21:37
743b306 to
98dca40
Compare
1 task
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.
This PR contains the following updates:
9ba8df1→6f1ed93Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: (UTC)
🚦 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.