Skip to content

Bug 2315707:[release-4.15] update ibm odf operator to 1.6.0 and apis to 1.5.1 #1777

Bug 2315707:[release-4.15] update ibm odf operator to 1.6.0 and apis to 1.5.1

Bug 2315707:[release-4.15] update ibm odf operator to 1.6.0 and apis to 1.5.1 #1777

Workflow file for this run

---
name: golangci-lint
on:
push:
branches: ['main', 'release-*']
pull_request:
branches: ['*']
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.53.1
args: -E gosec --timeout=6m