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: yuya-takeyama/strict-s3-sync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.6
Choose a base ref
...
head repository: yuya-takeyama/strict-s3-sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 3, 2025

  1. fix: remove invalid toolchain directive from go.mod (#32)

    * fix: remove invalid toolchain directive from go.mod
    
    The toolchain directive specified go1.24.4 which does not exist yet.
    This was causing GitHub Actions builds to fail.
    
    * fix: update Go version to 1.24
    
    Updated Go language version from 1.22 to 1.24 in go.mod
    yuya-takeyama authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    10489bd View commit details
    Browse the repository at this point in the history
  2. Release for v0.0.7 (#33)

    * [tagpr] prepare for the next release
    
    * [tagpr] update CHANGELOG.md
    
    ---------
    
    Co-authored-by: yuya-takeyama-tagpr[bot] <224357098+yuya-takeyama-tagpr[bot]@users.noreply.github.com>
    yuya-takeyama-tagpr[bot] authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    931543a View commit details
    Browse the repository at this point in the history
Loading