Skip to content

Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#247) #672

Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#247)

Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#247) #672

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...