Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 6.0.0 #271

Bump golangci/golangci-lint-action from 3.7.0 to 6.0.0

Bump golangci/golangci-lint-action from 3.7.0 to 6.0.0 #271

Workflow file for this run

name: lint
on:
pull_request:
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0.0
with:
version: latest