Infrastructure supporting the use of Go in Microsoft
Перейти к файлу
Davis Goodin 26aea3823c
Add eng/install-scripts/microsoft-go-install.ps1 (#182)
* Add .NET install script

* Make script install Microsoft Go, test, util script-placer cmd

* Update .github/workflows/install-script-pwsh-test.yml

Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>

* Doc: prereleases not supported

* Move script, new module, smarter utility

* Simplify using "go run"

---------

Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
2024-11-13 09:36:23 -08:00
.config
.github Add eng/install-scripts/microsoft-go-install.ps1 (#182) 2024-11-13 09:36:23 -08:00
azdo
buildmodel
buildreport Update GitHub client dependency for new APIs 2024-09-19 17:13:20 -07:00
cmd Support two Azure Linux golang major versions (#193) 2024-11-12 08:49:41 -08:00
docs Support two Azure Linux golang major versions (#193) 2024-11-12 08:49:41 -08:00
eng Support two Azure Linux golang major versions (#193) 2024-11-12 08:49:41 -08:00
executil
gitcmd sync: skip a push that would overwrite another's change 2024-09-30 15:18:15 -07:00
githubutil Use error for non-existent repo logic 2024-09-23 14:18:17 -07:00
gitpr Fix dockerupdate race: make PostGitHub return err upon failure 2024-10-07 16:18:53 -07:00
goinstallscript Add eng/install-scripts/microsoft-go-install.ps1 (#182) 2024-11-13 09:36:23 -08:00
goldentest
goversion
internal
patch
stringutil
subcmd
submodule
sync Fix dockerupdate race: make PostGitHub return err upon failure 2024-10-07 16:18:53 -07:00
.gitattributes
.gitignore
.gitmodules
.golangci.yml
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
SUPPORT.md
go.mod build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 2024-11-11 12:03:40 +00:00
go.sum build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 2024-11-11 12:03:40 +00:00

README.md

Microsoft Go Infrastructure

This repository contains libraries and utilities that Microsoft uses to:

  • Build Go inside Microsoft infrastructure using up-to-date source code.
  • Build Docker images that contain the Microsoft build of Go.
  • Support the secure use of Go and the Go ecosystem across Microsoft.

To build Go from source or download a binary release, visit https://golang.org/dl/. This repository is not involved in the official Go distribution.

Visit the docs directory for more information about the infrastructure implemented in this repository.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.