Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #631

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #631

Workflow file for this run

name: Code Linter
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: CI Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: 'latest'