Skip to content

Bump golang.org/x/crypto from 0.0.0-20200510223506-06a226fb4e37 to 0.17.0 #195

Bump golang.org/x/crypto from 0.0.0-20200510223506-06a226fb4e37 to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20200510223506-06a226fb4e37 to 0.17.0 #195

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.14.3
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Vet
run: go vet -v ./...
- name: Test
run: go test -v ./...
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
with:
version: v1.26