File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 git config --global user.name 'github-actions'
2929 git config --global user.email 'github-actions@github.com'
30- TAG="v0.0.5 -$(date +'%Y%m%d%H%M%S')"
30+ TAG="v0.0.6 -$(date +'%Y%m%d%H%M%S')"
3131 git tag $TAG
3232 git push origin $TAG
3333 echo "TAG=$TAG" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 66)
77
88func TestGetPoPInfo (t * testing.T ) {
9- result , err := GetPoPInfo ("206.190.233.1 " )
9+ result , err := GetPoPInfo ("23.128.228.123 " )
1010 if err != nil {
1111 fmt .Println (err .Error ())
1212 return
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package model
22
33import "time"
44
5- const BackTraceVersion = "v0.0.5 "
5+ const BackTraceVersion = "v0.0.6 "
66
77var EnableLoger = false
88
@@ -154,4 +154,4 @@ var IXPS = map[string]string{
154154 "4635" : "SIX" ,
155155 "2906" : "MSK-IX" ,
156156 "1273" : "NIX.CZ" ,
157- }
157+ }
You can’t perform that action at this time.
0 commit comments