Skip to content

Bump golang.org/x/crypto from 0.0.0-20191227163750-53104e6ec876 to 0.1.0 #13

Bump golang.org/x/crypto from 0.0.0-20191227163750-53104e6ec876 to 0.1.0

Bump golang.org/x/crypto from 0.0.0-20191227163750-53104e6ec876 to 0.1.0 #13

name: Feature Branch
on:
push:
branches-ignore:
- "master"
jobs:
test:
name: Run Unit Test
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@master
- name: Go 1.17.2
uses: actions/setup-go@v2
with:
go-version: 1.17.2
- name: Parser test
run: go test ./... -v