Skip to content

Bump helm/chart-testing-action from 2.7.0 to 2.8.0 #197

Bump helm/chart-testing-action from 2.7.0 to 2.8.0

Bump helm/chart-testing-action from 2.7.0 to 2.8.0 #197

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: GO lang CI linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: golangci-lint
uses: golangci/golangci-lint-action@v8 # https://github.com/marketplace/actions/run-golangci-lint
with:
version: latest