Skip to content

Revert "bundle: remove rook as a dependency to allow upgrades from 4.15 to 4.16" #1508

Revert "bundle: remove rook as a dependency to allow upgrades from 4.15 to 4.16"

Revert "bundle: remove rook as a dependency to allow upgrades from 4.15 to 4.16" #1508

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@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2
args: -E gosec --timeout=6m