1
0
Fork 0

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

pull/2823/head
Loyalsoldier 4 months ago committed by GitHub
parent f44fb8085a
commit 94ba63b2fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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: |

@ -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: |

Loading…
Cancel
Save