Skip to content

Upstream#2

Open
Premiermoney wants to merge 1192 commits into
Mobilfrom
Upstream
Open

Upstream#2
Premiermoney wants to merge 1192 commits into
Mobilfrom
Upstream

Conversation

@Premiermoney
Copy link
Copy Markdown
Member

No description provided.

George Adams (gdams) and others added 30 commits January 31, 2026 14:35
…oft/main

Update submodule to latest `master` in `microsoft/main`
…ft#2093)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.0 to 4.32.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b20883b...6bc82e0)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add agentic workflow for checking patches consistency
* build(deps): bump actions/checkout from 6.0.1 to 6.0.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.1...de0fac2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update checkout action version to v6.0.2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Adams <georgeadams1995@gmail.com>
…osoft#2103)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@018cc2c...37930b1)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…oft/main

Update submodule to latest `master` in `microsoft/main`
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.1 to 4.32.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@6bc82e0...45cbd0c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…oft/main

Update submodule to latest `master` in `microsoft/main`
…tions/github/codeql-action-4.32.2

build(deps): bump github/codeql-action from 4.32.1 to 4.32.2
…#2106)

* openssl: delete CGO-less experiment and promote to default

* fix test succeed logic

* review feedback

* dagood review

* add linux build tag
…oft/main

Update submodule to latest `master` in `microsoft/main`
microsoft#2124)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.49.0 to 0.50.0.
- [Commits](golang/net@v0.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#2126)

* Consolidate crypto backend GOEXPERIMENTs into systemcrypto

Remove the per-platform GOEXPERIMENTs (opensslcrypto, cngcrypto,
darwincrypto) and use only systemcrypto with platform build constraints.

Before this change, enabling a crypto backend required knowing which
experiment to use for each platform:
  - Linux: GOEXPERIMENT=opensslcrypto
  - Windows: GOEXPERIMENT=cngcrypto
  - Darwin: GOEXPERIMENT=darwincrypto

After this change, a single experiment works across all platforms:
  - All platforms: GOEXPERIMENT=systemcrypto

Platform-specific code now uses build constraints like:
  //go:build goexperiment.systemcrypto && linux
  //go:build goexperiment.systemcrypto && windows
  //go:build goexperiment.systemcrypto && darwin

Runtime checks use:
  goexperiment.SystemCrypto && runtime.GOOS == "linux"

This simplifies the developer experience and makes cross-platform
scripts and documentation easier to maintain.

Changes:
- Remove OpenSSLCrypto, CNGCrypto, DarwinCrypto from goexperiment.Flags
- Remove exp_*crypto_{on,off}.go files for old experiments
- Update all build constraints to use systemcrypto + platform
- Update runtime checks to use SystemCrypto + runtime.GOOS
- Update test infrastructure to only check for systemcrypto

* add back experiments but throw error

* revert position on rogue patches

* throw error on old experiments

* fix error message and update Changelog

* bump 1ES pool as 2004 has been removed
bot-for-go Bot and others added 30 commits May 21, 2026 09:46
…oft/main

Update submodule to latest `master` in `microsoft/main`
* update openssl backend to point to new location

* update docs references

* fix deps test

* fix docs link
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to 0.55.0.
- [Commits](golang/net@v0.54.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ings.yml

Bumps [microsoft/go-infra/.github/workflows/check-line-endings.yml](https://github.com/microsoft/go-infra) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/microsoft/go-infra/releases)
- [Commits](microsoft/go-infra@f4e3833...eae5270)

---
updated-dependencies:
- dependency-name: microsoft/go-infra/.github/workflows/check-line-endings.yml
  dependency-version: 0.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s/eng/_util/golang.org/x/net-0.55.0

build(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in /eng/_util
Bumps [github.com/microsoft/go-infra](https://github.com/microsoft/go-infra) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/microsoft/go-infra/releases)
- [Commits](microsoft/go-infra@v0.0.13...v0.0.14)

---
updated-dependencies:
- dependency-name: github.com/microsoft/go-infra
  dependency-version: 0.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…tions/microsoft/go-infra/dot-github/workflows/check-line-endings.yml-0.0.14

build(deps): bump microsoft/go-infra/.github/workflows/check-line-endings.yml from 0.0.13 to 0.0.14
…oft/main

Update submodule to latest `master` in `microsoft/main`
…s/eng/_util/github.com/microsoft/go-infra-0.0.14

build(deps): bump github.com/microsoft/go-infra from 0.0.13 to 0.0.14 in /eng/_util
…oft/main

Update submodule to latest `master` in `microsoft/main`
* telemetry: add msgo/ci counter

* remove legacy counters
…oft/main

Update submodule to latest `master` in `microsoft/main`
* Update project documentation structure and clarity

* Explicitly label eng.ms internal links (suggestion)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…oft/main

Update submodule to latest `master` in `microsoft/main`
Removed several ignored files and directories from .gitignore and added new entries.

Signed-off-by: Premiermoney <286675216+Premiermoney@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants