vendor: update buildkit to 1e6032c

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-02-15 19:12:00 +01:00
parent 1bcc3556fc
commit 22aaa260e7
85 changed files with 1199 additions and 1166 deletions

View File

@ -16,7 +16,7 @@ package otelhttp
// Version is the current release version of the otelhttp instrumentation.
func Version() string {
return "0.27.0"
return "0.29.0"
// This string is updated by the pre_release.sh script during release
}