fix golangci lint config (#4698)

This commit is contained in:
fatedier
2025-03-07 16:56:08 +08:00
committed by GitHub
parent 1e8db66743
commit 9757a351c6
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: 2
jobs:
go-version-latest:
docker:
- image: cimg/go:1.22-node
- image: cimg/go:1.23-node
resource_class: large
steps:
- checkout