Skip to content

Bump github.com/kubernetes-csi/csi-test/v5 from 5.1.0 to 5.3.1 #84

Bump github.com/kubernetes-csi/csi-test/v5 from 5.1.0 to 5.3.1

Bump github.com/kubernetes-csi/csi-test/v5 from 5.1.0 to 5.3.1 #84

Workflow file for this run

name: Static Checks
# Controls when the workflow will run
on:
pull_request: {}
push: {}
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
go_lint:
name: Go Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
working-directory: pkg
args: -E=gofmt --timeout=30m0s