From 89f1096c0e00b0235ab8584286bc987842b60cb9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 9 Mar 2026 14:05:39 -0700 Subject: [PATCH] Update ec-integration.yml --- .github/workflows/ec-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ec-integration.yml b/.github/workflows/ec-integration.yml index 31e709647..285c4be1f 100644 --- a/.github/workflows/ec-integration.yml +++ b/.github/workflows/ec-integration.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.24' + go-version-file: 'go.mod' - name: Build weed binary run: |