Skip to content

chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 #66

chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0

chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 #66

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- run: go test -v ./...