Skip to content

chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#29) #126

chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#29)

chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#29) #126

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@v4
with:
go-version: 1.19.5
- name: Test
run: make test