Skip to content

Bump github.com/cloudflare/circl from 1.3.2 to 1.3.7 #97

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

Bump github.com/cloudflare/circl from 1.3.2 to 1.3.7 #97

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches: [ master ]
concurrency:
group: ci-${{ github.ref }}-test
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: Run tests
run: make test