Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Go 1.18 and 1.19 in windows/linux web app #19615

Closed
1 task done
abilous-ti opened this issue Dec 8, 2022 · 5 comments
Closed
1 task done

Support for Go 1.18 and 1.19 in windows/linux web app #19615

abilous-ti opened this issue Dec 8, 2022 · 5 comments

Comments

@abilous-ti
Copy link

abilous-ti commented Dec 8, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Go language (v1.18 and v1.19) is natively supported on Azure App Service

New or Affected Resource(s)/Data Source(s)

  • azurerm_linux_web_app
  • azurerm_windows_web_app

Potential Terraform Configuration

resource "azurerm_linux_web_app" "example" {
  site_config {
    application_stack {
      go_version = "1.18"
    }
  }
  ...

References

https://azure.microsoft.com/en-us/updates/public-preview-go-language-support-on-azure-app-service/

@xiaxyi
Copy link
Contributor

xiaxyi commented Dec 22, 2022

Thanks @abilous-ti for raising this issue, the feature enhancement is added in pr #19685. Please also note that go version is not supported in windows platform.

@xiaxyi
Copy link
Contributor

xiaxyi commented Feb 1, 2023

@abilous-ti Terraform now supports go 1.18/ 1.19, can you confirm if its working as expected from you side? Thanks

@abilous-ti
Copy link
Author

abilous-ti commented Feb 13, 2023

@xiaxyi It works for me. Thank you very much

@abilous-ti
Copy link
Author

@xiaxyi Please close the ticket

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants