Skip to content

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

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

Workflow file for this run

name: Pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/[email protected]
- name: setup go
uses: actions/[email protected]
with:
go-version: 1.22.3
- name: run pre-commit checks
uses: pre-commit/[email protected]