Skip to content

Bump golang.org/x/crypto from 0.0.0-20220331220935-ae2d96664a29 to 0.45.0 #7

Bump golang.org/x/crypto from 0.0.0-20220331220935-ae2d96664a29 to 0.45.0

Bump golang.org/x/crypto from 0.0.0-20220331220935-ae2d96664a29 to 0.45.0 #7

Workflow file for this run

name: Golangci-Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- run: go mod vendor
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.40