Skip to content

fix(deps): update module helm.sh/helm/v3 to v3.14.2 [security] #694

fix(deps): update module helm.sh/helm/v3 to v3.14.2 [security]

fix(deps): update module helm.sh/helm/v3 to v3.14.2 [security] #694

Workflow file for this run

name: Lint
on:
pull_request: {}
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linters
run: make lint