fix: 更新版本

This commit is contained in:
spiritlhl 2025-08-01 14:41:33 +00:00
parent cfed3329d2
commit 799d653089
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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",
}
}