Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-openapi/ci-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.13
Choose a base ref
...
head repository: go-openapi/ci-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.14
Choose a head ref
  • 2 commits
  • 18 files changed
  • 1 contributor

Commits on Mar 8, 2026

  1. fix(release): prevents go mod tidy to upgrade go version requirement (#…

    …127)
    
    With go1.26, go mod tidy may upgrade the go version requirement.
    Using GOTOOLCHAIN, we pin this behavior to the current version required.
    
    We don't want any automated / auto-merged go version upgrade that might
    propagate across our dependencies. Any go version requirement upgrade must
    be controlled and pass through the regular PR workflow, not an automated
    job.
    
    chore(cleanup): removed from git versioning my experimental scripts,
    some of the local Claude configuration. Shared workflow writing rules
    and conventions to use with Claude.
    
    agentic(copilot): added copilot instructions (linked rules, simplified
    instructions) to follow the ones used with Claude Code.
    
    Signed-off-by: Frederic BIDON <[email protected]>
    fredbi authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    b510c45 View commit details
    Browse the repository at this point in the history
  2. fix(scanner): upgraded trivy action (older release removed)

    Signed-off-by: Frederic BIDON <[email protected]>
    fredbi committed Mar 8, 2026
    Configuration menu
    Copy the full SHA
    dd30d73 View commit details
    Browse the repository at this point in the history
Loading