Skip to content

Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 (#17) #50

Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 (#17)

Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 (#17) #50

Workflow file for this run

name: Tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.18.4"
- name: build
run: make build
- name: test
run: make test-integration