Skip to content

build(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0 (#45) #101

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

build(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0 (#45) #101

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 }}"