Skip to content

Upgrade: bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84 #54

Upgrade: bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84

Upgrade: bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84 #54

Workflow file for this run

name: ci
on: pull_request
jobs:
revive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: docker://morphy/revive-action:v2
- run: go test -v ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: build --clean --single-target --snapshot