Skip to content

build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 #91

build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.30.0

build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 #91

Workflow file for this run

name: Test
on:
- push
jobs:
go:
name: Test (Go)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.17.5'
- run: go test -v ./...
- run: go vet ./...