Skip to content

chore(deps): bump k8s.io/mount-utils from 0.29.4 to 0.29.5 #1364

chore(deps): bump k8s.io/mount-utils from 0.29.4 to 0.29.5

chore(deps): bump k8s.io/mount-utils from 0.29.4 to 0.29.5 #1364

Workflow file for this run

name: Static Checks
on:
pull_request: {}
push: {}
jobs:
go_lint:
name: Go Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.19
- uses: actions/checkout@master
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s
verify-helm:
name: Verify Helm
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Verify Helm
run: |
sudo snap install yq
sudo hack/verify-helm-chart.sh