Skip to content

Bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.17.0 in /internal/build #21

Bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.17.0 in /internal/build

Bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.17.0 in /internal/build #21

Workflow file for this run

name: Lint check
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
env:
GITHUB_ACTIONS: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: { fetch-depth: 1 }
- uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Install dependencies
run: go get -u golang.org/x/lint/golint
env:
GOBIN: ${{ env.GOROOT }}/bin
shell: bash
- run: go version
- run: make lint