Skip to content

Bump golang.org/x/crypto from 0.1.0 to 0.31.0 #23

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

Bump golang.org/x/crypto from 0.1.0 to 0.31.0 #23

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: Lint - Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"