Skip to content

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

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

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

Workflow file for this run

name: Unit test CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
- name: Build and test
run: "go test -v -cover ./..."