Skip to content

Bump golang.org/x/crypto from 0.0.0-20220919173607-35f4265a4bc0 to 0.17.0 #1

Bump golang.org/x/crypto from 0.0.0-20220919173607-35f4265a4bc0 to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220919173607-35f4265a4bc0 to 0.17.0 #1

Workflow file for this run

---
name: Lint
on:
pull_request:
branches: [ master ]
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.39
args: --skip-dirs-use-default --skip-dirs=test
only-new-issues: true