Skip to content

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #198

Bump golang.org/x/crypto from 0.12.0 to 0.13.0

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #198

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/[email protected]