Skip to content

Bump helm.sh/helm/v3 from 3.15.4 to 3.16.1 #221

Bump helm.sh/helm/v3 from 3.15.4 to 3.16.1

Bump helm.sh/helm/v3 from 3.15.4 to 3.16.1 #221

Workflow file for this run

on: [ push, pull_request ]
name: Build & Test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Build
run: go build -v ./...
- name: Test
run: make test