Skip to content

Commit

Permalink
disable data race
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Jan 14, 2025
1 parent 0407dd8 commit 8832d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/status_serivce.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func NewStatusService(implementService UpdaterServiceInterface, sysRoot string)
Status: codegen.Idle,
}

//go:nocheckrace
go func() {
release, err := implementService.GetRelease(context.Background(), GetReleaseBranch(sysRoot), true)
if err != nil {
Expand Down

0 comments on commit 8832d86

Please sign in to comment.