Skip to content

Conversation

@fredbi
Copy link
Member

@fredbi fredbi commented Nov 23, 2025

Using a nested go-setup makes calling worflows that already
have go set up to fail

  • removed nested go setups
  • the action(s) now requires a go-setup environment (because of go-ctrf-json-reported, which does not release binaries)
  • removed the need (and performance hit) to set go only for go.mod resolution: replaced the go.mod parsing by a no-dependency bash hack.
  • shortened the description of the top-level action (github marketplace requirement)
  • fixed go module name

Change type

Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update

Short description

Fixes

Full description

Checklist

  • I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
  • I have rebased and squashed my work, so only one commit remains
  • I have added tests to cover my changes.
  • I have properly enriched go doc comments in code.
  • I have properly documented any breaking change.

Using a nested go-setup makes calling worflows that already
  have go set up to fail

* removed nested go setups
* the action(s) now requires a go-setup environment (because of
  go-ctrf-json-reported, which does not release binaries)
* removed the need (and performance hit) to set go only for go.mod
  resolution: replaced the go.mod parsing by a no-dependency bash hack.
* shortened the description of the top-level action (github marketplace
  requirement)
* fixed go module name

Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
@fredbi fredbi merged commit a8e740b into master Nov 23, 2025
12 checks passed
@fredbi fredbi deleted the fix/go-dependency branch November 23, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants