Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 #70

Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3

Bump helm.sh/helm/v3 from 3.14.2 to 3.14.3 #70

Workflow file for this run

name: build-tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- run: make deps
- run: make checks
- run: make lint
- run: make build
- run: make test
timeout-minutes: 30