Skip to content

Commit

Permalink
Update Makefile (#269)
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
NameHaibinZhang authored Jan 7, 2025
1 parent 8e26c43 commit 146ca84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#-------------------------------------------------------------------------------
# General build options
# Change this parameter while releasing
MAIN_VERSION := 0.4.0
MAIN_VERSION := $(shell git describe --tags `git rev-list --tags --max-count=1` | sed 's/^v//')

CURRENT_OS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
CURRENT_ARCH := $(shell uname -m)
Expand Down
4 changes: 2 additions & 2 deletions pkg/data/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
"Path": "github.com/alibaba/opentelemetry-go-auto-instrumentation/pkg/rules/elasticsearch"
},
{
"Version": "[2.43.0,2.52.6)",
"Version": "[2.43.0,2.52.7)",
"ImportPath": "github.com/gofiber/fiber/v2",
"Function": "handler",
"ReceiverType": "*App",
Expand Down Expand Up @@ -766,4 +766,4 @@
"onExit": "afterCallConfigServer",
"Path": "github.com/alibaba/opentelemetry-go-auto-instrumentation/pkg/rules/nacos/config"
}
]
]

0 comments on commit 146ca84

Please sign in to comment.