Skip to content

chore: update tester-utils dependency to v0.2.43 in go.mod and go.sum #30

chore: update tester-utils dependency to v0.2.43 in go.mod and go.sum

chore: update tester-utils dependency to v0.2.43 in go.mod and go.sum #30

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- run: make test