Skip to content

chore(deps): bump golang.org/x/crypto from 0.4.0 to 0.17.0 #7

chore(deps): bump golang.org/x/crypto from 0.4.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.4.0 to 0.17.0 #7

Workflow file for this run

name: Github Action
on:
pull_request: # trigger on pull requests
push:
branches:
- master # trigger on push to master
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
include:
- go: master
steps:
- uses: actions/checkout@v2
- name: Test
run: |
make test