Skip to content

build[dependancy]: bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73 #63

build[dependancy]: bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73

build[dependancy]: bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73 #63

Workflow file for this run

name: Go - Tests
on:
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
# - name: Test
# run: go test ./...
- name: Vet
run: go vet ./...