Skip to content

Bump helm.sh/helm/v3 from 3.15.4 to 3.16.0 #145

Bump helm.sh/helm/v3 from 3.15.4 to 3.16.0

Bump helm.sh/helm/v3 from 3.15.4 to 3.16.0 #145

Workflow file for this run

name: Lint
on:
push:
branches: [ main, master ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ main, master ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Golangci lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1