Skip to content

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 #139

Bump golang.org/x/crypto from 0.21.0 to 0.31.0

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 #139

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: test
run: make test_coverage
- uses: codecov/codecov-action@v3
with:
files: ./coverage.txt
verbose: true