Skip to content

Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 #16

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

Bump github.com/sirupsen/logrus from 1.8.1 to 1.8.3 #16

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16.4
uses: actions/setup-go@v1
with:
go-version: 1.16.4
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: |
go mod download
- name: Build
run: go build -v . && ./cses-cli help