Skip to content

Commit

Permalink
Merge pull request #35837 from hashicorp/go121-changelog
Browse files Browse the repository at this point in the history
Add changelog for go1.21 upgrade
  • Loading branch information
YakDriver authored Feb 15, 2024
2 parents 2ee25a6 + 00f7b46 commit d61833e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/35832.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
provider: Updates to Go 1.21 (used by Terraform starting with v1.6.0), which, for Windows, requires at least Windows 10 or Windows Server 2016--support for previous versions has been discontinued--and, for macOS, requires macOS 10.15 Catalina or later--support for previous versions has been discontinued.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
{
"name": "Go",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:1.20"
"image": "mcr.microsoft.com/devcontainers/go:1.21"
}

0 comments on commit d61833e

Please sign in to comment.