diff --git a/.sclng/metadata.toml b/.sclng/metadata.toml index d8020b1db..54872c4af 100644 --- a/.sclng/metadata.toml +++ b/.sclng/metadata.toml @@ -3,6 +3,7 @@ description = "Documentation website for Scalingo platform" destination_server = ["scalingo-platform"] flags = ["scalingo-app"] languages = ["dockerfile", "javascript", "markdown", "ruby"] -owner = "cyrille@scalingo.com" +owner = "team-ufs@scalingo.com" team = "UFS" version = "1.0.2" +tier = 1 diff --git a/src/_posts/languages/go/2000-01-01-start.md b/src/_posts/languages/go/2000-01-01-start.md index 9e825a158..ffebaec9c 100644 --- a/src/_posts/languages/go/2000-01-01-start.md +++ b/src/_posts/languages/go/2000-01-01-start.md @@ -1,7 +1,7 @@ --- title: Go nav: Introduction -modified_at: 2026-04-09 12:00:00 +modified_at: 2026-05-11 12:00:00 tags: go index: 1 --- @@ -16,8 +16,8 @@ The following versions of Go are available: | Go Version | `scalingo-22` | `scalingo-24` | | ---------- | --------------- | --------------- | -| **`1.26`** | up to `1.26.2` | up to `1.26.2` | -| **`1.25`** | up to `1.25.9` | up to `1.25.9` | +| **`1.26`** | up to `1.26.3` | up to `1.26.3` | +| **`1.25`** | up to `1.25.10` | up to `1.25.10` | | **`1.24`** | up to `1.24.13` | up to `1.24.13` | The default Go version on all stacks is the latest `go1.24` version. diff --git a/src/changelog/buildpacks/_posts/2026-05-11-go-1.25.10-1.26.3.md b/src/changelog/buildpacks/_posts/2026-05-11-go-1.25.10-1.26.3.md new file mode 100644 index 000000000..e3b1b7af9 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-05-11-go-1.25.10-1.26.3.md @@ -0,0 +1,13 @@ +--- +modified_at: 2026-05-11 12:00:00 +title: 'Go - Go 1.25.10 and 1.26.3 are now available' +github: 'https://github.com/Scalingo/go-buildpack' +--- + +Go versions `1.25.10` and `1.26.3` are now available.\ +They are also the new default versions for, respectively, `go1.25` and +`go1.26`. + +Changelogs: +- [Go 1.26.3](https://go.dev/doc/devel/release#go1.26.3) +- [Go 1.25.10](https://go.dev/doc/devel/release#go1.25.10)