From eb1ae915a8c7d669104a78dff0abd710dbe62d4b Mon Sep 17 00:00:00 2001 From: Sean Baker Date: Tue, 7 Apr 2026 18:44:45 +0800 Subject: [PATCH] Update build_and_test_debug.yml Use go.mod --- .github/workflows/build_and_test_debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_debug.yml b/.github/workflows/build_and_test_debug.yml index 6da6dfbf..441bc05e 100644 --- a/.github/workflows/build_and_test_debug.yml +++ b/.github/workflows/build_and_test_debug.yml @@ -46,7 +46,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version-file: go.mod cache: false - name: Install NPM Dependencies @@ -106,7 +106,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version-file: go.mod cache: false - name: Install NPM Dependencies