Skip to content

chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 #209

chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2

chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 #209

Workflow file for this run

name: Lint golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: check out code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: setup golang
uses: actions/setup-go@v3
with:
go-version: "^1.18"
- name: run linter
uses: golangci/golangci-lint-action@v3