Skip to content

Commit

Permalink
Merge pull request #30 from ntnn/fix_lint
Browse files Browse the repository at this point in the history
Fix linter workflow by tidying go.sum
  • Loading branch information
ntnn committed May 6, 2021
2 parents 46975ce + 89a959e commit 06a19f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: go mod tidy -v
- uses: golangci/golangci-lint-action@v2.5.1
with:
version: v1.28
Expand Down

0 comments on commit 06a19f9

Please sign in to comment.