Skip to content

chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.22.0 #202

chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.22.0

chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.22.0 #202

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.5
- name: Test
run: make test