Skip to content

Bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 #240

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

Bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 #240

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.18.5"
- name: golangci-lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
with:
version: v1.47.3
args: --verbose --config .golangci.yaml
skip-cache: true