Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #384

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #384

Workflow file for this run

name: Lint
on:
push:
tags:
- '*'
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.21.0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: -v --disable lll --disable interfacer --disable gochecknoglobals