Skip to content

Bump github.com/sirupsen/logrus from 1.4.2 to 1.8.3 #31

Bump github.com/sirupsen/logrus from 1.4.2 to 1.8.3

Bump github.com/sirupsen/logrus from 1.4.2 to 1.8.3 #31

Workflow file for this run

on: [push]
name: build
jobs:
test:
strategy:
matrix:
go-version: [1.13.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Build
run: go build ./...
- name: Test
run: go test ./...