Update IPLocationService type, add 51Degrees support (#25)

This commit is contained in:
Postindustria
2026-05-14 22:05:28 +03:00
committed by GitHub
parent bb6e1c537e
commit 0d01af1cd2
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}