Skip to content

chore(deps): bump golang.org/x/crypto from 0.0.0-20220315160706-3147a52a75dd to 0.23.0 #137

chore(deps): bump golang.org/x/crypto from 0.0.0-20220315160706-3147a52a75dd to 0.23.0

chore(deps): bump golang.org/x/crypto from 0.0.0-20220315160706-3147a52a75dd to 0.23.0 #137

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout 3m --verbose