Skip to content

Bump github.com/iden3/go-iden3-crypto from 0.0.16 to 0.0.17 (#111) #227

Bump github.com/iden3/go-iden3-crypto from 0.0.16 to 0.0.17 (#111)

Bump github.com/iden3/go-iden3-crypto from 0.0.16 to 0.0.17 (#111) #227

Workflow file for this run

name: Unit Test
on:
push:
branches:
- develop
- update-external-dependencies
- 'release/**'
- 'feature/**'
- 'fix/**'
- '**'
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Unittest
run: make unittest