Skip to content

build(deps): Bump helm.sh/helm/v3 from 3.13.1 to 3.14.2 #3

build(deps): Bump helm.sh/helm/v3 from 3.13.1 to 3.14.2

build(deps): Bump helm.sh/helm/v3 from 3.13.1 to 3.14.2 #3

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: |
go mod download
go build -v ./...