Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 #6369

chore(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1

chore(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 #6369

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4
with:
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v3
with:
args: --timeout=5m
version: v1.56.2