Commit 4cad2f0
ci: add missing image and enable Go module proxy in daily CI build (#1001)
* fix: add missing image property to 1ES pipeline pool config
The daily-ci-build pipeline was failing because the pool configuration
specified os: linux but was missing the required image property.
Added image: ubuntu-latest to match the os setting.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: enable Go internal module proxy feature flag
After August 2025, 1ES pipelines require opting in to the internal
public module proxy for Go builds via the featureFlags parameter.
See aka.ms/goproxy for details.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 110918a commit 4cad2f0
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments