Wednesday, June 25, 2025
31.9 C
Singapore

ESM Goh faces huge backlash after saying “Ministers are not paid enough!”

Even two days after it was reported that Emeritus Senior Minister Goh Chok Tong allegedly slammed a suggestion to fund elderly pension by cutting million-dollar ministerial salaries, he faces a slew of comments from unhappy Singaporeans.

According to a recording shared by online media sources, the former prime minister of Singapore was speaking to grassroots leaders and Government partners at an event on Thursday when he said, “ministers are not paid enough!”

He also added that it is “very populist” to demand that ministerial pay be slashed instead. He was responding to a question that asked, “have some sort of an elderly pensions fund? Perhaps, can I say, cut a bit on the defence? Or perhaps even from the ministers with million-dollar salaries?”

However, ESM Goh might have failed to note that when ministerial salaries were last reduced in 2012, even with a 36% pay cut, Prime Minister Lee Hsien Loong was then still the highest-paid political leader in the world, excluding bonuses.

See also  For the first time, NTU makes list of 50 best universities around the world

Many online have pointed out that serving the nation should not be valued in monetarily.

This incident has also brought up the National Kidney Foundation Singapore scandal where former NKF patron Tan Choo Leng, wife of Senior Minister Goh Chok Tong, sparked outrage when she remarked that T.T Durai’s pay of “S$600,000 a year is peanuts“.

In a twitter post on Saturday, Lim Tean, chief of unregistered party People’s Voice said that he was disgusted by what he read about ESM Goh, and comments from disgruntled Singaporeans continued to pour in.

________________________________________________________________________

[email protected]

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });