Update go get flag (#67)
to avoid future dependencies issues like this one: https://github.com/v2fly/domain-list-community/issues/52
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Go get project code
|
||||
run: |
|
||||
go get -u -v -insecure $REPO_URL
|
||||
go get -v -insecure $REPO_URL
|
||||
|
||||
- name: Build dlc.dat file
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user