Skip to content

build(deps): bump helm.sh/helm/v3 from 3.15.2 to 3.16.1 #77

build(deps): bump helm.sh/helm/v3 from 3.15.2 to 3.16.1

build(deps): bump helm.sh/helm/v3 from 3.15.2 to 3.16.1 #77

Workflow file for this run

name: Build and Test
on:
push:
branches-ignore:
- 'master'
tags-ignore:
- '**'
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: go build .
- name: Tests.
run: go test