Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #367

chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #367

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@v4
- uses: actions/setup-go@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.60.3