Skip to content

Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.3 #87

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

Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.3 #87

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.18
- name: Checkout code
uses: actions/[email protected]
- name: Download license information for dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make license-cache
- name: Check licenses
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make license-check
- name: Run checks
run: |
make check