Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 5.0.0 #231

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

Bump golangci/golangci-lint-action from 3.7.0 to 5.0.0 #231

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@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
with:
version: latest