Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Szzrain committed Jun 2, 2023
1 parent 7906a44 commit 9e2597c
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 @@ -38,6 +38,8 @@ jobs:
if: github.event.name == 'pull_request'
with:
go-version: '1.18'
version: 'v1.51.2'
args: '--timeout 9999s'
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true
Expand All @@ -46,4 +48,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
if: github.event.name != 'pull_request'
with:
version: latest
version: 'v1.51.2'
args: '--timeout 9999s'

0 comments on commit 9e2597c

Please sign in to comment.