Skip to content

Bump golang.org/x/crypto from 0.0.0-20220926161630-eccd6366d1be to 0.20.0 #154

Bump golang.org/x/crypto from 0.0.0-20220926161630-eccd6366d1be to 0.20.0

Bump golang.org/x/crypto from 0.0.0-20220926161630-eccd6366d1be to 0.20.0 #154

Workflow file for this run

name: golangci-lint
on: [ push, pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest