Skip to content

build(deps): bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.17.0 #71

build(deps): bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.17.0

build(deps): bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.17.0 #71

Workflow file for this run

name: test
on:
pull_request:
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- name: Run unit tests
run: |
go test ./...