Skip to content

Bump github.com/minio/minio-go/v7 from 7.0.68 to 7.0.70 #10

Bump github.com/minio/minio-go/v7 from 7.0.68 to 7.0.70

Bump github.com/minio/minio-go/v7 from 7.0.68 to 7.0.70 #10

Workflow file for this run

name: Run tests
on:
push:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Run go tests
run: |
go test ./...