Update ec-integration.yml

This commit is contained in:
Chris Lu
2026-03-09 14:05:39 -07:00
parent 6dab90472b
commit 89f1096c0e

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: '1.24' go-version-file: 'go.mod'
- name: Build weed binary - name: Build weed binary
run: | run: |