Skip to content

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 #25

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

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 #25

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: go build ./...
- name: Test
run: go test ./...