Skip to content

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

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 #50

Workflow file for this run

name: verify
on:
pull_request:
branches: [ '*' ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: make test
shell: bash