Skip to content

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

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

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: ^1.20
- name: Test
run: make test
- name: Build all artifacts
run: make build-all