Skip to content

chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1 #585

chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1

chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1 #585

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1 https://github.com/actions/checkout/releases/tag/v5.0.1
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 https://github.com/actions/setup-go/releases/tag/v6.0.0
with:
go-version: 1.25.x
- name: golangci-lint
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 https://github.com/golangci/golangci-lint-action/releases/tag/v9.1.0