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: safchain/ethtool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: safchain/ethtool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. Bump golang.org/x/sys from 0.33.0 to 0.34.0 (#107)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.33.0 to 0.34.0.
    - [Commits](golang/sys@v0.33.0...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    019564b View commit details
    Browse the repository at this point in the history
  2. Improve Go compatibility (#108)

    The upstream Go support policy is to support the latest two major
    versions of Go. Update the `go` directive that specifies the minimum
    Go version required to support Go 1.23.x.
    * Pin GitHub actions for supply chain security.
    * Add matrix test for current Go versions.
    * Bump golangci-lint version.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    de57b3e View commit details
    Browse the repository at this point in the history
Loading