Skip to content

Commit

Permalink
Update go get flag
Browse files Browse the repository at this point in the history
to avoid future dependencies issues like this one:
v2fly/domain-list-community#52
  • Loading branch information
Loyalsoldier committed Jul 25, 2020
1 parent 0464cd6 commit 65782dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build geoip.dat
run: |
go get -u -v -insecure $REPO_URL
go get -v -insecure $REPO_URL
geoip --country=./geoip/GeoLite2-Country-Locations-en.csv --ipv4=./geoip/GeoLite2-Country-Blocks-IPv4.csv --ipv6=./geoip/GeoLite2-Country-Blocks-IPv6.csv
- name: Generate geoip.dat sha256 checksum
Expand Down

0 comments on commit 65782dd

Please sign in to comment.