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: cloudfoundry/archiver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7fd2bc7
Choose a base ref
...
head repository: cloudfoundry/archiver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e308fb
Choose a head ref
  • 2 commits
  • 38 files changed
  • 1 contributor

Commits on Aug 26, 2025

  1. Update go.mod dependencies

    --------
    
    index ecaa455..4d84aaf 100644
    @@ -1,13 +1,11 @@
     module code.cloudfoundry.org/archiver
    
    -go 1.23.0
    -
    -toolchain go1.23.6
    +go 1.24.0
    
     	github.com/cyphar/filepath-securejoin v0.4.1
    -	github.com/onsi/ginkgo/v2 v2.24.0
    -	github.com/onsi/gomega v1.38.0
    +	github.com/onsi/ginkgo/v2 v2.25.1
    +	github.com/onsi/gomega v1.38.1
    tas-runtime-bot committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    39f2c42 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Update go.mod dependencies

    --------
    
    index 4d84aaf..c41cb4f 100644
    @@ -4,8 +4,8 @@ go 1.24.0
    
     	github.com/cyphar/filepath-securejoin v0.4.1
    -	github.com/onsi/ginkgo/v2 v2.25.1
    -	github.com/onsi/gomega v1.38.1
    +	github.com/onsi/ginkgo/v2 v2.25.2
    +	github.com/onsi/gomega v1.38.2
    tas-runtime-bot committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    0e308fb View commit details
    Browse the repository at this point in the history
Loading