Skip to content

Bump helm.sh/helm/v3 from 3.11.1 to 3.14.1 #30

Bump helm.sh/helm/v3 from 3.11.1 to 3.14.1

Bump helm.sh/helm/v3 from 3.11.1 to 3.14.1 #30

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest