Skip to content

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #208

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

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #208

Workflow file for this run

---
name: build
jobs:
build:
container:
image: golang:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: script
run: |
git config --global --add safe.directory $PWD
make
'on':
push:
branches:
- '*'
pull_request:
branches:
- '*'