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: atc0005/check-ssh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.15
Choose a base ref
...
head repository: atc0005/check-ssh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.16
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 16, 2024

  1. Update project to Go 1.22 series

    Update Dependabot configuration for Dockerfile to ignore Go releases
    outside of the Go 1.22 release series.
    
    We update previous match syntax to use x.y.Z syntax (vs just x.Y)
    in an effort to exclude future offerings of Go RC versions as a
    stable update.
    
    NOTE:
    
    We intentionally do *not* update the Go module version; bumping
    the Go module version would indicate that this project *requires* a
    newer Go version for functionality provided by that version (and that
    is not yet the case).
    atc0005 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    476b3b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #334 from atc0005/update-project-to-go-1.22-series

    Update project to Go 1.22 series
    atc0005 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    66f8fff View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Build Image: Bump atc0005/go-ci in /dependabot/docker/builds

    Bumps [atc0005/go-ci](https://github.com/atc0005/go-ci) from go-ci-oldstable-build-v0.21.8 to go-ci-oldstable-build-v0.21.9.
    - [Release notes](https://github.com/atc0005/go-ci/releases)
    - [Changelog](https://github.com/atc0005/go-ci/blob/master/CHANGELOG.md)
    - [Commits](atc0005/go-ci@v0.21.8...v0.21.9)
    
    ---
    updated-dependencies:
    - dependency-name: atc0005/go-ci
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e27ab5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #332 from atc0005/dependabot/docker/dependabot/doc…

    …ker/builds/master/atc0005/go-ci-go-ci-oldstable-build-v0.21.9
    
    Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.8 to go-ci-oldstable-build-v0.21.9 in /dependabot/docker/builds
    atc0005 authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    178ae44 View commit details
    Browse the repository at this point in the history
  3. Go Runtime: Bump golang from 1.21.13 to 1.22.6 in /dependabot/docker/go

    Bumps golang from 1.21.13 to 1.22.6.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fc6de70 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge pull request #335 from atc0005/dependabot/docker/dependabot/doc…

    …ker/go/master/golang-1.22.6
    
    Go Runtime: Bump golang from 1.21.13 to 1.22.6 in /dependabot/docker/go
    atc0005 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4a180ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a655c6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #337 from atc0005/update-changelog-for-v0.3.16-rel…

    …ease
    
    Update CHANGELOG for v0.3.16 release
    atc0005 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8c34a9c View commit details
    Browse the repository at this point in the history
Loading