Skip to content

chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #158

chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7

chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #158

Workflow file for this run

name: Test Suite
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Configure git
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run tests
run: go test -v .