Skip to content

chore(deps): Update module github.com/minio/minio-go/v7 to v7.0.84 #123

chore(deps): Update module github.com/minio/minio-go/v7 to v7.0.84

chore(deps): Update module github.com/minio/minio-go/v7 to v7.0.84 #123

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
env:
MINIO_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY_ID }}
MINIO_ACCESS_KEY_SECRET: ${{ secrets.MINIO_ACCESS_KEY_SECRET }}
MINIO_BUCKET: ${{ secrets.MINIO_BUCKET }}
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test -timeout 1h ./...