This repository has been archived by the owner on May 12, 2024. It is now read-only.
Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 #165
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Go | |
on: | |
push: | |
branches: [ master, hollow-knight-bot, hollow-knight-bot-full ] | |
pull_request: | |
branches: [ master, hollow-knight-bot, hollow-knight-bot-full ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Go | |
uses: actions/setup-go@v3 | |
with: | |
go-version: '1.20' | |
- name: golangci-lint | |
uses: golangci/golangci-lint-action@v3 | |
with: | |
version: latest | |
args: --out-${NO_FUTURE}format line-number --timeout 3m0s | |
- name: Build | |
run: go build -v ./... |