Skip to content

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

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 #139

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58