Skip to content

Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 #82

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

Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 #82

Workflow file for this run

---
on:
- push
- pull_request
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test ./...
- name: Compile
run: go build ./...