fix golang lint error (#1106)

This commit is contained in:
yxxhero 2023-10-29 17:03:05 +08:00 committed by GitHub
parent 9c1cf61559
commit 857db608a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,9 +17,10 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
version: v1.55.1
tests:
runs-on: ubuntu-latest