Skip to content

build(deps): Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.8.1 to 6.9.0 #1779

build(deps): Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.8.1 to 6.9.0

build(deps): Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.8.1 to 6.9.0 #1779

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
args: -v