mirror of
https://github.com/v2fly/domain-list-community.git
synced 2025-08-22 10:28:34 +00:00
Fix: Go dependency file not found in workflow (#2822)
This commit is contained in:
parent
f44fb8085a
commit
94ba63b2fb
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: code/go.mod
|
go-version-file: code/go.mod
|
||||||
|
cache-dependency-path: code/go.sum
|
||||||
|
|
||||||
- name: Set variables
|
- name: Set variables
|
||||||
run: |
|
run: |
|
||||||
|
1
.github/workflows/test-pr.yml
vendored
1
.github/workflows/test-pr.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: code/go.mod
|
go-version-file: code/go.mod
|
||||||
|
cache-dependency-path: code/go.sum
|
||||||
|
|
||||||
- name: Set variables
|
- name: Set variables
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user