Skip to content

Bump golang.org/x/crypto from 0.8.0 to 0.17.0 #10

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

Bump golang.org/x/crypto from 0.8.0 to 0.17.0 #10

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
types:
- opened
- synchronize
paths-ignore:
- '**.md'
jobs:
main:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: Setup
run: go mod download
- name: Test
run: make test