Fix: Go dependency file not found in workflow (#2822)

This commit is contained in:
Loyalsoldier
2025-08-22 01:43:27 +08:00
committed by GitHub
parent f44fb8085a
commit 94ba63b2fb
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: code/go.mod
cache-dependency-path: code/go.sum
- name: Set variables
run: |

View File

@@ -18,6 +18,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: code/go.mod
cache-dependency-path: code/go.sum
- name: Set variables
run: |