Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group #173

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group #173

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
with:
go-version: 1.22.x
- run: make test