Comparing v0.2.13...v0.2.14 · go-openapi/ci-workflows (original) (raw)

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 fredbi@yahoo.com
    @fredbi
    Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history