Skip to content

Commit

Permalink
Merge pull request #386 from merico-dev/feat-ht-1
Browse files Browse the repository at this point in the history
fix: golang lint ci failed
  • Loading branch information
daniel-hutao authored Apr 4, 2022
2 parents f29bf1c + 4ff51e8 commit 330e961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
name: Golang lint
runs-on: ubuntu-latest
steps:
- name: Install Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.29
args: --timeout 3m0s

0 comments on commit 330e961

Please sign in to comment.