Skip to content

Bump golang.org/x/crypto from 0.0.0-20200423211502-4bdfaf469ed5 to 0.17.0 #116

Bump golang.org/x/crypto from 0.0.0-20200423211502-4bdfaf469ed5 to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20200423211502-4bdfaf469ed5 to 0.17.0 #116

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Install Task
run: curl -sL https://taskfile.dev/install.sh | sh
- name: Run CI Task
run: ./bin/task ci