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/errors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.4
Choose a base ref
...
head repository: go-openapi/errors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.5
Choose a head ref
  • 4 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 14, 2025

  1. Bump golangci/golangci-lint-action in the development-dependencies group

    Bumps the development-dependencies group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `golangci/golangci-lint-action` from 8 to 9
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '9'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and github-actions[bot] committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    7dece76 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Bump actions/checkout from 5 to 6 in the development-dependencies group

    Bumps the development-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and github-actions[bot] committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    298ae86 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. ci: realigned CI and docs

    Signed-off-by: Frederic BIDON <[email protected]>
    fredbi committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    b1b6a71 View commit details
    Browse the repository at this point in the history
  2. chore(lint): relinted code base according to strengthened rules.

    Following the refactoring of error switch statements, added tests
    cases to cover all new code branches.
    
    NOTE: remember not to apply the auto fix for errlint, as it
    embarks into ambitious code rewrites that are broken.
    
    Signed-off-by: Frederic BIDON <[email protected]>
    fredbi committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    1580f0b View commit details
    Browse the repository at this point in the history
Loading