From a9739d25cbac7ae3ebfd1eef8b88a3e6d4480f82 Mon Sep 17 00:00:00 2001 From: Chaitanyareddy0702 Date: Mon, 8 Jul 2024 10:38:14 +0530 Subject: [PATCH] Fix: Change the version of go in workflow file - Change go and golangci version in unit-test workflow Signed-off-by: Chaitanyareddy0702 Signed-off-by: GW Cloud Common Services --- .github/workflows/unit-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index 660de38..5f1e66d 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -13,8 +13,8 @@ on: env: # Common versions - GO_VERSION: '1.19' - GOLANGCI_VERSION: 'v1.49' + GO_VERSION: '1.22' + GOLANGCI_VERSION: 'v1.59' KIND_VERSION: 'v0.7.0' jobs: