Skip to content

build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #95

build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0

build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #95

name: lint
on: [push]
jobs:
golint:
runs-on: ubuntu-latest
name: lint
steps:
- uses: actions/checkout@v2
- name: lint
id: golint
uses: Jerome1337/go-action/lint@master
- name: lint output
run: echo "${{ steps.golint.outputs.golint-output }}"