Skip to content

chore(deps): bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.82 #83

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

chore(deps): bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.82 #83

Workflow file for this run

name: Lint golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v3
- name: setup golang
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2