diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 8715c970ae..5bb6b4fa27 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -16,7 +16,7 @@ jobs: submodules: recursive - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' check-latest: true @@ -29,7 +29,7 @@ jobs: uses: golangci/golangci-lint-action@v3.7.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: v1.53 + version: v1.55 args: --timeout=10m --config=.golangci.json