Skip to content

Bump github.com/cloudflare/circl from 1.3.5 to 1.3.7 #8

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

Bump github.com/cloudflare/circl from 1.3.5 to 1.3.7 #8

Workflow file for this run

name: ci
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go test -v -race -cover ./...
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go build -o /dev/null