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: gosnmp/gosnmp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.0
Choose a base ref
...
head repository: gosnmp/gosnmp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.39.0
Choose a head ref
  • 5 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 19, 2024

  1. build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#482

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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 Dec 19, 2024
    Configuration menu
    Copy the full SHA
    1100b9e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Update build and testing (#491)

    * Migrate golangci-lint to GitHub actions.
    * Update minimum Go version to 1.22.0.
    * Update Go test matrix to test latest Go versions.
    * Enable dependabot for GitHub actions.
    * Update and pin GitHub actions to SHA for supply chain security.
    * golangci-lint: Replace exportloopref with copyloopvar.
    * golangci-lint: Remove deprecated disabled linters.
    * Fixup various golangci-lint issues.
    * Mark a number of `gosec` linting issues with nolint. These are all
      int/uint overflow warnings. These may be intentional, but we need
      to review them.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    65eefd7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#490)

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      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 Mar 2, 2025
    Configuration menu
    Copy the full SHA
    5c91eef View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 (#…

    …493)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.5.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@ec5d184...2226d7c)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      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 Mar 2, 2025
    Configuration menu
    Copy the full SHA
    57f69d0 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github/codeql-action from 3.28.8 to 3.28.10 (#494)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.10.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@dd74661...b56ba49)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    f3cf695 View commit details
    Browse the repository at this point in the history
Loading