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: vbegin/fx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: uber-go/fx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 39 files changed
  • 1 contributor

Commits on Sep 14, 2025

  1. ci: Test against Go 1.24 and 1.25 (uber-go#1274)

    With the release of Go 1.25, bump CI to run against 1.24 and 1.25,
    and bump the minimum required Go version to 1.24
    as this is required to use features introduced in Go 1.24.
    
    (We should bump this to at least 1.23 to start using iterators.)
    abhinav authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    b002d43 View commit details
    Browse the repository at this point in the history
  2. lint: upgrade golangci-lint configuration (uber-go#1275)

    golangci-lint now has a v2 configuration format
    that includes specifying formatters as well.
    Migrate the configuration with `golangci-lint migrate`
    and manually copy the comments over.
    
    Also take advantage of the `-diff` flag of `go mod tidy`
    instead of `git diff` after the fact.
    abhinav authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    21e34ec View commit details
    Browse the repository at this point in the history
  3. all: modernize (uber-go#1276)

    Run the modernize linter across the codebase.
    Change generated by running:
    
    ```
    go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
    ```
    
    Ref:
    https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize
    abhinav authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    6fab1b2 View commit details
    Browse the repository at this point in the history
Loading