Skip to content

build(deps): bump github.com/minio/minio-go/v7 from 7.0.99 to 7.1.0 (… #306

build(deps): bump github.com/minio/minio-go/v7 from 7.0.99 to 7.1.0 (…

build(deps): bump github.com/minio/minio-go/v7 from 7.0.99 to 7.1.0 (… #306

Workflow file for this run

name: Go Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.26', '1.25' ]
name: Go ${{ matrix.go }} tests
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- name: Test
run: ./test.sh