From 71a90365c7965cf45f54b625411ea4706a597924 Mon Sep 17 00:00:00 2001 From: Teja78906 Date: Fri, 13 Mar 2026 10:43:38 +0530 Subject: [PATCH] update validate checks --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32212428..7fd6bcab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - name: Install Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: 'stable' + go-version: '1.23' - run: make validate test: @@ -38,7 +38,7 @@ jobs: - name: Install Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: 'stable' + go-version: '1.23' - run: make test