Skip to content

Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84 #8

Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84

Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84 #8

Workflow file for this run

name: Run tests
on:
push:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run go tests
run: |
go test -v ./...