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: minio/minio-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.66
Choose a base ref
...
head repository: minio/minio-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.67
Choose a head ref
  • 8 commits
  • 23 files changed
  • 6 contributors

Commits on Dec 14, 2023

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    594eb81 View commit details

Commits on Dec 25, 2023

  1. Copy the full SHA
    f86f90f View commit details

Commits on Dec 27, 2023

  1. Copy the full SHA
    56d9949 View commit details

Commits on Jan 8, 2024

  1. Copy the full SHA
    76a4146 View commit details

Commits on Jan 18, 2024

  1. Copy the full SHA
    6ad2b4a View commit details

Commits on Jan 29, 2024

  1. Update api-remove.go (#1926)

    Fix small error in comment
    fwessels authored Jan 29, 2024
    Copy the full SHA
    c6d47d8 View commit details

Commits on Feb 9, 2024

  1. Enable --expired-object-all-versions (#1927)

    Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
    shtripat authored Feb 9, 2024
    Copy the full SHA
    72b9053 View commit details

Commits on Feb 10, 2024

  1. Copy the full SHA
    99c6311 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/go-windows.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.19.x, 1.21.x]
go-version: [1.20.x, 1.21.x]
os: [windows-latest]
steps:
- name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.19.x, 1.21.x]
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest]
steps:
- name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
Loading