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: syncom/r10edocker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: syncom/r10edocker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.3
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 1, 2024

  1. README.md: Update go install cmd to use v0.3.2 (#30)

    Use the Git commit for tag v0.3.2 in `go install`, in README.md.
    syncom authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4142159 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Upgrade actions setup-go and checkout (#32)

    Upgrade actions/checkout to v4.1.1.
    Upgrade actions/setup-go to v5.0.0.
    Move away from deprecated versions.
    syncom authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d5dd4a6 View commit details
    Browse the repository at this point in the history
  2. Bugfix: use actions/checkout v4.1.1 (#33)

    Not v4.4.1.
    syncom authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    426e647 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. GHA: update dependencies (#34)

    * GHA: update dependencies
    
    Bump ncipollo/release-action to v1.14.0. Use commit SHA as revision
    instead of tag, because the former is less mutable.
    
    * Make setup-go warning go away
    
    Per actions/setup-go#427.
    syncom authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    05c95eb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update to go 1.21 (#35)

    Use minimum version go 1.21 in `go.mod`, to move away from the
    to-be-deprecated go 1.19.
    syncom authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cc06c03 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Upgrade to Go 1.23 (#36)

    * Upgrade to Go 1.23
    
    Go with 1.23.3.
    
    * Install golang for shellcheck in CI
    
    Install go for macos, too.
    syncom authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    04bc5bb View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.3.3 (#37)

    Bump version to 0.3.3
    syncom authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3bbf8a3 View commit details
    Browse the repository at this point in the history
Loading