Skip to content

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

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

Workflow file for this run

name: Linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
vet:
name: Go vet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.23
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Go vet
run: go vet ./...