Skip to content

build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 #45

build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.1

build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 #45

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.21
- 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