Skip to content

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 #137

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 #137

Workflow file for this run

name: Unit test
on:
workflow_dispatch: null
push:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- run: go version
- run: make unittest