Skip to content

build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 #75

build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7

build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 #75

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [main]
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.20' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.0
with:
go-version: ${{ matrix.go }}
- run: make tools
- run: make depscheck
- run: make lint
- run: make build
- run: make test