From 85eb1dea016d66b9389372be337a5680258c5252 Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Fri, 20 Mar 2026 00:45:45 +0530 Subject: [PATCH] updated build pipeline Signed-off-by: Sarthak Jain --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd136bfb..1ff5d337 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: # Install golang - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v4 with: - go-version: 1.20.5 + go-version: '1.23' # Checkout to the latest commit # On specific directory/path