From 483696da29dd247cf6e05468f3e556305b8a9ce5 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Fri, 3 Apr 2020 06:41:18 +0800 Subject: [PATCH] Update build.yml Change cnipv4url: https://raw.githubusercontent.com/IceCodeNew/4Share/master/geoip_china/china_ip_list.txt --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 388c53c..884fc99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Setup Go 1.14 + - name: Setup Go 1.14.1 uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.14.1 - name: Set $GOPATH and more variables run: | @@ -53,7 +53,7 @@ jobs: - name: Generate geoip.dat file run: | go get -u -v -insecure $GEOIP_REPO - geoip --country=./geoip/GeoLite2-Country-Locations-en.csv --ipv4=./geoip/GeoLite2-Country-Blocks-IPv4.csv --ipv6=./geoip/GeoLite2-Country-Blocks-IPv6.csv --cnipv4url=https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt + geoip --country=./geoip/GeoLite2-Country-Locations-en.csv --ipv4=./geoip/GeoLite2-Country-Blocks-IPv4.csv --ipv6=./geoip/GeoLite2-Country-Blocks-IPv6.csv --cnipv4url=https://raw.githubusercontent.com/IceCodeNew/4Share/master/geoip_china/china_ip_list.txt mkdir -p ./publish mv ./geoip.dat ./publish/