Skip to content

fix(deps): update module github.com/minio/minio-go/v7 to v7.0.73 #3460

fix(deps): update module github.com/minio/minio-go/v7 to v7.0.73

fix(deps): update module github.com/minio/minio-go/v7 to v7.0.73 #3460

Workflow file for this run

name: Makefile
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
on:
push:
branches: ["main"]
pull_request:
merge_group:
jobs:
makefile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- run: sudo apt-get update
- name: Install cURL Headers
run: sudo apt-get install libcurl4-openssl-dev
- name: Run
run: make test