From a18cf625f7a7e9e2a638e39977256c340cce8d63 Mon Sep 17 00:00:00 2001 From: Gautam Raj <156491596+gautam-rl@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:14:04 -0700 Subject: [PATCH] Bump golang version in ci action --- .github/workflows/ci-build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index 580404cb..647ea305 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -14,7 +14,7 @@ on: type: string env: - GO_VERSION: "1.22.0" + GO_VERSION: "1.23.0" OBD_VERSION: "1.0.12" jobs: