Skip to content

Bump actions/setup-go from 5.0.2 to 6.0.0 #560

Bump actions/setup-go from 5.0.2 to 6.0.0

Bump actions/setup-go from 5.0.2 to 6.0.0 #560

Workflow file for this run

name: lint
on:
pull_request:
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: ./.go-version
- name: Run linters
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.4.0