Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Bump golang.org/x/crypto from 0.13.0 to 0.17.0 #32

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

Bump golang.org/x/crypto from 0.13.0 to 0.17.0 #32

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.19'
- name: Install dependencies
run: go mod vendor
- name: Run tests
run: make ci-test