mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-26 23:50:00 -07:00
upgrade golangci to v2
* migrate configuration to version 2 * fix new lint warnings * update lint.yaml to use golangci-lint-action v7
This commit is contained in:
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- uses: "actions/setup-go@v5"
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
- uses: "golangci/golangci-lint-action@v6"
|
||||
- uses: "golangci/golangci-lint-action@v7"
|
||||
with:
|
||||
version: "latest"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user