Skip to content

Bump golang.org/x/crypto from 0.16.0 to 0.17.0 #168

Bump golang.org/x/crypto from 0.16.0 to 0.17.0

Bump golang.org/x/crypto from 0.16.0 to 0.17.0 #168

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
run:
name: Test
runs-on:
- ubuntu-latest
steps:
- name: Setup
uses: actions/setup-go@v1
with:
go-version: 1.21.x
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: make test