1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

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

This commit is contained in:
silenceper
2023-06-09 20:35:49 +08:00
committed by GitHub
parent 31f8e24994
commit fafb1784da

View File

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