Skip to content

Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 #221

Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0

Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 #221

Workflow file for this run

name: "Lint"
on:
push:
branches: [main]
pull_request: {}
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/[email protected]
with:
version: v1.47.3
args: --verbose --config .golangci.yaml
skip-cache: true