Skip to content

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

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 #87

Workflow file for this run

---
name: static check
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3