Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Aug 10, 2022
1 parent 12a5f20 commit 089d5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --out-${NO_FUTURE}format line-number --timeout 5m0s
args: --out-format line-number --timeout 5m0s

- name: Build
run: go build -v ./...

0 comments on commit 089d5b0

Please sign in to comment.