From 3f8bcc795ce81634f97097341fa145f08762765d Mon Sep 17 00:00:00 2001 From: mengze zhu <1500011096@pku.edu.cn> Date: Mon, 2 Sep 2024 21:36:48 +0800 Subject: [PATCH] revert: creating private endpoints for multiple subnets --- .github/workflows/static.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index e3e01eb6b..d811acf79 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -15,5 +15,5 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v6 with: - version: v1.54 + version: v1.60 args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,depguard,dogsled,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s