Skip to content

Bump golang.org/x/crypto from 0.0.0-20210616213533-5ff15b29337e to 0.17.0 #22

Bump golang.org/x/crypto from 0.0.0-20210616213533-5ff15b29337e to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20210616213533-5ff15b29337e to 0.17.0 #22

Workflow file for this run

name: linter
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: golint
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: v1.29
args: --timeout 5m0s
markdown:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v3
with:
globs: |
docs/*.md
docs/guides/*.md
docs/resources/*.md
docs/data-sources/*.md