Skip to content

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

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 #72

Workflow file for this run

name: test
on:
push:
tags:
- "**"
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- run: go test -v ./...