Skip to content

Bump golang.org/x/crypto from 0.7.0 to 0.17.0 #22

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

Bump golang.org/x/crypto from 0.7.0 to 0.17.0 #22

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17
- name: lint
uses: golangci/golangci-lint-action@v3
- name: test
run: make test