From d006dcc779d1922a7574d83767f882deee5da4cd Mon Sep 17 00:00:00 2001 From: Abin Date: Fri, 13 Jan 2023 12:37:44 +0530 Subject: [PATCH] all working --- .github/workflows/ci_test_cleanup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_test_cleanup.yml b/.github/workflows/ci_test_cleanup.yml index 093bd2a99..9436471af 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions/setup-go@v3 + with: + go-version: '1.19' # sets the maximimum time to now-30m. # CI test have a 10 minute timeout.