Skip to content

chore(deps): bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.55 #198

chore(deps): bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.55

chore(deps): bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.55 #198

Workflow file for this run

name: Tests
on: [ push, pull_request ]
jobs:
CI:
runs-on: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- run: |
docker pull mysql:latest
docker pull redis:latest
- name: Unit Test
run: go test ./...