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:
parent
c4eb7c2a9a
commit
3df66e5ae2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Go get project code
|
- name: Go get project code
|
||||||
run: |
|
run: |
|
||||||
go get -u -v -insecure $REPO_URL
|
go get -v -insecure $REPO_URL
|
||||||
|
|
||||||
- name: Build dlc.dat file
|
- name: Build dlc.dat file
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user