Skip to content

build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 #46

build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0

build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 #46

Workflow file for this run

name: Unit Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: actions/checkout@v3
- name: Unit test
run: make unit-test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3