Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #26

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #26

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- run: go build -v
- run: go test -v