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: nginx/nginx-gateway-fabric
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8868f57
Choose a base ref
...
head repository: nginx/nginx-gateway-fabric
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 41104a7
Choose a head ref
  • 2 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. Remove tools.go and require Go 1.24 (#3181)

    go 1.24 removes the need for tools.go to include extra packages.
    
    Updating the project to use the new tools method, and require Go 1.24 because of this. Also removed a deprecated linter.
    sjberman authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    04c17a2 View commit details
    Browse the repository at this point in the history
  2. Update codecov/codecov-action action to v5.4.0

    | datasource  | package                | from   | to     |
    | ----------- | ---------------------- | ------ | ------ |
    | github-tags | codecov/codecov-action | v5.3.1 | v5.4.0 |
    
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    41104a7 View commit details
    Browse the repository at this point in the history
Loading