Skip to content

Commit

Permalink
跟随上游更新到v0.8.1,增加对纯真xdb支持(文件名ip2region-cz88.xdb)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcwys committed May 11, 2024
1 parent ddb159f commit 0be0de6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

# - name: Cache go module
# uses: actions/cache@v4
# with:
# path: ~/go/pkg/mod
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-go-
- name: Cache go module
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Get dependencies and run test
run: |
Expand Down

0 comments on commit 0be0de6

Please sign in to comment.