Skip to content

chore(deps): bump github.com/consensys/gnark-crypto from 0.18.0 to 0.18.1 in /signer in the go_modules group across 1 directory #3362

chore(deps): bump github.com/consensys/gnark-crypto from 0.18.0 to 0.18.1 in /signer in the go_modules group across 1 directory

chore(deps): bump github.com/consensys/gnark-crypto from 0.18.0 to 0.18.1 in /signer in the go_modules group across 1 directory #3362

Workflow file for this run

name: unit-tests
on:
push:
branches:
- dev
pull_request:
merge_group:
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Test
run: make tests