mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 05:27:07 +08:00
vendor: update compose-go to v2.0.0-rc.8
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/compose-spec/compose-go/v2/template/template.go
generated
vendored
2
vendor/github.com/compose-spec/compose-go/v2/template/template.go
generated
vendored
@ -258,7 +258,7 @@ func getFirstBraceClosingIndex(s string) int {
|
||||
return i
|
||||
}
|
||||
}
|
||||
if strings.HasPrefix(s[i:], "${") {
|
||||
if s[i] == '{' {
|
||||
openVariableBraces++
|
||||
i++
|
||||
}
|
||||
|
Reference in New Issue
Block a user