Skip to content

Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.1 #130

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

Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.1 #130

Workflow file for this run

name: Inspect [linters, tests]
on:
[workflow_dispatch, push]
jobs:
go-inspect:
name: Inspect
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# see: https://golangci-lint.run/usage/configuration/#config-file
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.32
- name: go test
run: go test ./...