Skip to content

fix(deps): update module helm.sh/helm/v3 to v3.16.4 #308

fix(deps): update module helm.sh/helm/v3 to v3.16.4

fix(deps): update module helm.sh/helm/v3 to v3.16.4 #308

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: azure/setup-helm@v4.2.0
id: install
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: build
run: go build .
- name: test
run: go test -v ./...