Skip to content

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 #235

Bump golang.org/x/crypto from 0.25.0 to 0.31.0

Bump golang.org/x/crypto from 0.25.0 to 0.31.0 #235

Workflow file for this run

name: Tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
run_tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run script file
run: |
chmod +x ./scripts/test.sh
./scripts/test.sh
shell: bash