Skip to content

build(deps): bump github.com/cloudflare/circl from 1.3.1 to 1.3.3 #390

build(deps): bump github.com/cloudflare/circl from 1.3.1 to 1.3.3

build(deps): bump github.com/cloudflare/circl from 1.3.1 to 1.3.3 #390

Workflow file for this run

name: Client
on: ["push", "pull_request"]
jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest", "macOS-latest"]
go: ["1.18.x", "1.19.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Lint and Test client
run: |
cd client
make