Explorar o código

Update go.yml: 指定golangci-lint 版本为v1.52.2 (#689)

silenceper %!s(int64=3) %!d(string=hai) anos
pai
achega
fafb1784da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -20,7 +20,7 @@ jobs:
         uses: golangci/golangci-lint-action@v3.2.0
         with:
           # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
-          version: latest
+          version: v1.52.2
   build:
     name: Test
     runs-on: ubuntu-latest