Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .sclng/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions src/_posts/languages/go/2000-01-01-start.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand All @@ -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.
Expand Down
13 changes: 13 additions & 0 deletions src/changelog/buildpacks/_posts/2026-05-11-go-1.25.10-1.26.3.md
Original file line number Diff line number Diff line change
@@ -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)