Skip to content

chore(deps): update module github.com/vektra/mockery/v2 to v2.46.1 (#… #275

chore(deps): update module github.com/vektra/mockery/v2 to v2.46.1 (#…

chore(deps): update module github.com/vektra/mockery/v2 to v2.46.1 (#… #275

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.*
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6