Skip to content

Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.87 #11

Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.87

Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.87 #11

Workflow file for this run

name: Lint code
on:
push:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63
args: --timeout=4m