91³Ô¹ÏÍø

Watch CBS News

Gov. Tim Walz lashes out at Trump administration as ICE ramps up enforcement, says state is "under attack"

Gov. Tim Walz, addressing the media's questions for the first time since he announced he was dropping his bid to be reelected to a third term, lashed out at the Trump administration and claimed the state was "under attack" by the federal government.

Walz added that he believes Minnesota is "under assault like no other time in our state's history because of a petty, vile administration that doesn't care about the well-being of Minnesotans."

The comments come amid a surge in Department of Homeland Security agents to the Twin Cities area, as the agency escalates its federal crackdown amid a widening fraud scandal in Minnesota. The current plans involve a 30-day surge in the area, and may represent . As many as 2,000 federal agents may be involved in the surge, though the department told WCCO on Tuesday, "For the safety of our officers we do not get into law enforcement footprint."

Walz on Tuesday afternoon accused the GOP of wanting "to tear this state down." He also called the renewed federal immigration and fraud crackdown a "ridiculous surge" that has not been coordinated with the state. He also called it a "show" for the cameras.

"I don't think any governor in history has had to fight a war against the federal government every single day," Walz said.

President Trump posted on the  on Monday afternoon about Walz's decision to drop out of the race. He said, without providing evidence, "Minnesota's Corrupt Governor will possibly leave office before his Term is up but, in any event, will not be running again because he was caught, REDHANDED, along with Ilhan Omar, and others of his Somali friends, stealing Tens of Billions of Taxpayer Dollars."

Walz, on Tuesday, said he has no intention of stepping down until the end of his term.

"For Republicans here, I have more energy than I've ever had, I am committed to this state more than I've ever been, I love this state with every fiber of my being," Walz said.

Walz said he has not chosen a successor for the Democratic candidacy, though Sen. Amy Klobuchar has been approached and is said to be strongly considering running as the Democratic Party candidate. At least a half dozen candidates from the Republican Party have tossed their names into the mix, but Walz said he is "very confident a Democrat's gonna win this."

He added, "Republicans are going to lose races up and down the ticket."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });