Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix lint with "Cannot open: File exists" error #126

Merged
merged 4 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
with golang file
xuanyu66 committed Dec 14, 2023
commit d6738c89facfcf851816fa238c8812ee144958ad
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version-file: './go.mod'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.0
@@ -42,7 +42,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version-file: './go.mod'

- name: Restore Go modules cache
uses: actions/cache@v3