From 94916a9a653686ab44436f71917bedaffa9b325f Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 15 Jan 2026 10:16:29 -0800 Subject: [PATCH] Cleanup: Remove unnecessary logging --- eng/pipelines/templates/steps/setup-go.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eng/pipelines/templates/steps/setup-go.yml b/eng/pipelines/templates/steps/setup-go.yml index c464afea92f..cd4375a9b15 100644 --- a/eng/pipelines/templates/steps/setup-go.yml +++ b/eng/pipelines/templates/steps/setup-go.yml @@ -40,10 +40,6 @@ steps: Write-Host "##vso[task.prependpath]$goBin" displayName: Add Go bin to PATH - - pwsh: | - Write-Host "GOPROXY: $($env:GOPROXY)" - displayName: GOPROXY - - pwsh: go install gotest.tools/gotestsum@latest condition: ${{ parameters.Condition }} displayName: Install gotest