Skip to content

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

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 #5

Workflow file for this run

name: Go
on:
push:
branches: [master main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v3
with :
go-version : 1.19
-
name: Build
run: go build -v ./...
-
name: Test
run: go test -v ./...