Skip to content

chore(deps): bump github.com/minio/minio-go/v7 from 7.0.56 to 7.0.57 #306

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

chore(deps): bump github.com/minio/minio-go/v7 from 7.0.56 to 7.0.57 #306

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
fetch-depth: 0
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: 1.20.x
cache: false
- run: make deps-build
- uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299
with:
version: v1.52
args: --timeout=10m