Skip to content

Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.12.0 #428

Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.12.0

Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.12.0 #428

Workflow file for this run

on: [push, pull_request]
name: Specs
jobs:
test:
strategy:
matrix:
go-version: [1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -race ./...