Skip to content

Commit 440d201

Browse files
committed
go: upgrade to Go 1.26.4 and run go fix ./...
1 parent 2a185a5 commit 440d201

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/batches/batch_spec.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ type BatchSpec struct {
4545
// Hooks declares side-effect actions to run at well-defined changeset
4646
// lifecycle events. Only allowed when Version is 3.
4747
type ChangesetHooks struct {
48-
OnCIFailure ChangesetHookAction `json:"onCIFailure,omitempty" yaml:"onCIFailure,omitempty"`
49-
OnMergeConflict ChangesetHookAction `json:"onMergeConflict,omitempty" yaml:"onMergeConflict,omitempty"`
48+
OnCIFailure ChangesetHookAction `json:"onCIFailure" yaml:"onCIFailure,omitempty"`
49+
OnMergeConflict ChangesetHookAction `json:"onMergeConflict" yaml:"onMergeConflict,omitempty"`
5050
}
5151

5252
// HookAction is a single action attached to a changeset lifecycle event.

0 commit comments

Comments
 (0)