Skip to content

chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 (… #163

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

chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 (… #163

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read
pull-requests: read
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
with:
skip-go-installation: true
args: --timeout=5m