WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 in /v2 #164

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 in /v2

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 in /v2 #164

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: cd v2 && go build -v ./...
- name: Test
run: cd v2 && go test -v ./...