Skip to content

Commit 10ca935

Browse files
fix: add missing image and enable Go module proxy in daily CI build
Added missing image: ubuntu-latest to pool config and enabled featureFlags.golang.internalModuleProxy to opt in to Microsoft's internal Go module proxy (required after August 2025). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7ab7079 commit 10ca935

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ extends:
2121
parameters:
2222
pool:
2323
name: Azure-Pipelines-1ESPT-ExDShared
24+
image: ubuntu-latest
2425
os: linux
26+
featureFlags:
27+
golang:
28+
internalModuleProxy:
29+
enabled: true
2530
sdl:
2631
sourceAnalysisPool:
2732
name: Azure-Pipelines-1ESPT-ExDShared

0 commit comments

Comments
 (0)