Skip to content

Bump github.com/k3s-io/helm-controller from 0.16.3 to 0.16.4 (#74) #213

Bump github.com/k3s-io/helm-controller from 0.16.3 to 0.16.4 (#74)

Bump github.com/k3s-io/helm-controller from 0.16.3 to 0.16.4 (#74) #213

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