Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Tran <tcnghia@gmail.com>
  • Loading branch information
tcnghia committed May 15, 2024
1 parent 81c7da4 commit a06299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_ko_build.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (o *buildOptions) makeBuilder(ctx context.Context) (*build.Caching, error)
}
if len(o.ldflags) > 0 {
bo = append(bo, build.WithConfig(map[string]build.Config{
o.ip: build.Config{
o.ip: {
Ldflags: o.ldflags,
}}))
}
Expand Down

0 comments on commit a06299b

Please sign in to comment.