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: v0.27.0
Choose a base ref
...
head repository: cloudfoundry/archiver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.0
Choose a head ref
  • 1 commit
  • 39 files changed
  • 1 contributor

Commits on Mar 11, 2025

  1. Update go.mod dependencies

    --------
    
    index 6efac67..5f044f2 100644
    @@ -1,12 +1,12 @@
     module code.cloudfoundry.org/archiver
    
    -go 1.22.0
    +go 1.23.0
    
    -toolchain go1.22.3
    +toolchain go1.23.6
    
     	github.com/cyphar/filepath-securejoin v0.4.1
    -	github.com/onsi/ginkgo/v2 v2.22.2
    +	github.com/onsi/ginkgo/v2 v2.23.0
     	github.com/onsi/gomega v1.36.2
    tas-runtime-bot committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    e642be2 View commit details
    Browse the repository at this point in the history
Loading