Skip to content

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

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] #731

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test