Skip to content

Bump golang.org/x/crypto from 0.0.0-20200311171314-f7b00557c8c4 to 0.17.0 #18

Bump golang.org/x/crypto from 0.0.0-20200311171314-f7b00557c8c4 to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20200311171314-f7b00557c8c4 to 0.17.0 #18

Workflow file for this run

name: CI
on:
push:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.12, 1.13, 1.14]
steps:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.goVer }}
id: go
- name: Get deps
run: go get -v -t -d ./...
#- name: Format
#run: gofmt -s -w ./../../*.go
- name: Build
run: go build -v .
# TODO: test