Skip to content

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 #4118

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

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 #4118

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make build