Skip to content

chore: update usage of minio admin library #94

chore: update usage of minio admin library

chore: update usage of minio admin library #94

Workflow file for this run

name: test
on:
- workflow_dispatch
- push
jobs:
test:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Go Environment
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
cache: true
- name: Run Tests
run: go test -v ./madmin ./...