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:
commit
51fd8edd85
3 changed files with 3 additions and 3 deletions
|
|
@ -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": {}
|
||||
},
|
||||
|
|
|
|||
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue