diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 3a839fc980..912a8ce3bc 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -26,7 +26,7 @@ jobs: - name: Run static checks uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 with: - version: v1.42.1 + version: v1.43.0 args: --config=.golangci.yml --verbose skip-go-installation: true skip-pkg-cache: true