Fix: path to the go module dependency cache

This commit is contained in:
Loyalsoldier 2023-06-05 16:23:32 +08:00 committed by GitHub
parent bf0dd8bb98
commit e3a5b8659f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: ./custom/go.mod
cache-dependency-path: ./custom/go.sum
- name: Get geoip.dat relative files
run: |