Skip to content

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

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

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
tags:
# semver tags:
- 'v?[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- main
- 'release/**'
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Lint
run: |
make tools
make lint