Skip to content

Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0 #258

Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0

Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0 #258

Workflow file for this run

name: "Lint"
on:
push:
branches: [main]
pull_request: {}
permissions:
contents: read
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.1.6
args: --verbose --config .golangci.yaml
skip-cache: true