Skip to content

bump helm version to v3.20.0 and v4.1.0 #338

bump helm version to v3.20.0 and v4.1.0

bump helm version to v3.20.0 and v4.1.0 #338

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@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Golangci lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.6.2