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.0
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.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 17, 2023

  1. Merge shellcheck CI job into sanity checks (#23)

    Make the shellcheck CI workflow into a step in the sanity checks
    workflow.
    syncom authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    996cbe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Upgrade to go1.21.1 in template (#24)

    * Upgrade to go1.21.1 in template
    
    Starting from Go 1.21.0, the Go toolchains themselves are reproducible.
    
    Reference: https://go.dev/blog/rebuild
    
    * Use go1.21.x in CI sanity checks
    
    Use a later go-version.
    syncom authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    580d672 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Use nixpkgs 23.11 in Dockerfile template (#25)

    Use the recently released nixpkgs 23.11, which has go1.21.4.
    syncom authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    52518e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Bump version to 0.3.1 (#26)

    This is to upgrade to a newer nixpkgs version 23.11, shipped with
    go1.21.4, in build template.
    syncom authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    281bcd2 View commit details
    Browse the repository at this point in the history
Loading