Skip to content

Commit

Permalink
trying to fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
networkop committed Apr 22, 2022
1 parent 7301366 commit f4eeb20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
version: v1.45.2
args: --timeout=2m30s

unit-test:
Expand Down

0 comments on commit f4eeb20

Please sign in to comment.