Skip to content

Commit

Permalink
Fix lint errors on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Oct 12, 2024
1 parent b405a8a commit e534bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/memorylimiter/iruntime/total_memory_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ func TotalMemory() (uint64, error) {
return totalMem, nil
}

// nolint:gosec
return uint64(memoryQuota), nil
}

0 comments on commit e534bcb

Please sign in to comment.