Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #142

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

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #142

Workflow file for this run

name: CI
on:
push: {}
pull_request: {}
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- run: make test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.53