Merge pull request #11158 from tMinamiii/chore/devcontainer-image-go-version

chore: update Go version to 1.24 in devcontainer configuration and docs
This commit is contained in:
Kynan Ware 2025-06-23 09:23:16 -06:00 committed by GitHub
commit 51fd8edd85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/go:1.23",
"image": "mcr.microsoft.com/devcontainers/go:1.24",
"features": {
"ghcr.io/devcontainers/features/sshd:1": {}
},

View file

@ -24,7 +24,7 @@ We accept pull requests for bug fixes and features where we've discussed the app
## Building the project
Prerequisites:
- Go 1.23+
- Go 1.24+
Build with:
* Unix-like systems: `make`

View file

@ -1,6 +1,6 @@
# Installation from source
1. Verify that you have Go 1.23+ installed
1. Verify that you have Go 1.24+ installed
```sh
$ go version