From 799d653089e1f6c22935d39de3c58b3b88eb25c5 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Fri, 1 Aug 2025 14:41:33 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- bgptools/pop_test.go | 2 +- model/model.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8258ad9..cd91a09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: run: | git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' - TAG="v0.0.5-$(date +'%Y%m%d%H%M%S')" + TAG="v0.0.6-$(date +'%Y%m%d%H%M%S')" git tag $TAG git push origin $TAG echo "TAG=$TAG" >> $GITHUB_ENV diff --git a/bgptools/pop_test.go b/bgptools/pop_test.go index 05be502..b28d396 100644 --- a/bgptools/pop_test.go +++ b/bgptools/pop_test.go @@ -6,7 +6,7 @@ import ( ) func TestGetPoPInfo(t *testing.T) { - result, err := GetPoPInfo("206.190.233.1") + result, err := GetPoPInfo("23.128.228.123") if err != nil { fmt.Println(err.Error()) return diff --git a/model/model.go b/model/model.go index 9a0c30c..55180ba 100644 --- a/model/model.go +++ b/model/model.go @@ -2,7 +2,7 @@ package model import "time" -const BackTraceVersion = "v0.0.5" +const BackTraceVersion = "v0.0.6" var EnableLoger = false @@ -154,4 +154,4 @@ var IXPS = map[string]string{ "4635": "SIX", "2906": "MSK-IX", "1273": "NIX.CZ", -} \ No newline at end of file +}