Skip to content

Bump golang.org/x/crypto from 0.0.0-20220128200615-198e4374d7ed to 0.8.0 #189

Bump golang.org/x/crypto from 0.0.0-20220128200615-198e4374d7ed to 0.8.0

Bump golang.org/x/crypto from 0.0.0-20220128200615-198e4374d7ed to 0.8.0 #189

Workflow file for this run

name: lint
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
golangci:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.52.2