Browse Source

Fix: path to the go module dependency cache

pull/317/head 202306050823
Loyalsoldier 1 year ago
committed by GitHub
parent
commit
e3a5b8659f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/run.yml

1
.github/workflows/run.yml

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

Loading…
Cancel
Save