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
7 changes: 4 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-08-18 00:00:00
modified_at: 2026-08-20 00:00:00
tags: go
index: 1
---
Expand All @@ -16,8 +16,9 @@ The following versions of Go are available:

| Go Version | {% scalingo 22 %} | {% scalingo 24 %} | {% scalingo 26 %} |
| ---------: | ----------------: | ----------------: | ----------------: |
| **`1.26`** | up to `1.26.6` | up to `1.26.6` | up to `1.26.6` |
| **`1.25`** | up to `1.25.13` | up to `1.25.13` | up to `1.25.13` |
| **`1.27`** | up to `1.27.0` | up to `1.27.0` | up to `1.27.0` |
| **`1.26`** | up to `1.26.7` | up to `1.26.7` | up to `1.26.7` |
| **`1.25`** | up to `1.25.14` | up to `1.25.14` | up to `1.25.14` |

The default Go version on all stacks is the latest `go1.25` version.

Expand Down
12 changes: 6 additions & 6 deletions src/_posts/languages/java/2000-01-01-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ The following Java versions are available:

| Java SE Version | {% scalingo 22 %} | {% scalingo 24 %} | {% scalingo 26 %} |
| --------------: | ----------------: | ----------------: | ----------------: |
| **`26`** | up to `26.0.2` | up to `26.0.2` | up to `26.0.2` |
| **`25 (LTS)`** | up to `25.0.4` | up to `25.0.4` | up to `25.0.4` |
| **`21 (LTS)`** | up to `21.0.12` | up to `21.0.12` | up to `21.0.12` |
| **`17 (LTS)`** | up to `17.0.20` | up to `17.0.20` | up to `17.0.20` |
| **`11 (LTS)`** | up to `11.0.32` | up to `11.0.32` | up to `11.0.32` |
| **`8 (LTS)`** | up to `1.8.0_502` | up to `1.8.0_502` | up to `1.8.0_502` |
| **`26`** | up to `26.0.2.1` | up to `26.0.2.1` | up to `26.0.2.1` |
| **`25 (LTS)`** | up to `25.0.4.1` | up to `25.0.4.1` | up to `25.0.4.1` |
| **`21 (LTS)`** | up to `21.0.12.1` | up to `21.0.12.1` | up to `21.0.12.1` |
| **`17 (LTS)`** | up to `17.0.20.1` | up to `17.0.20.1` | up to `17.0.20.1` |
| **`11 (LTS)`** | up to `11.0.32.1` | up to `11.0.32.1` | up to `11.0.32.1` |
| **`8 (LTS)`** | up to `1.8.0_504` | up to `1.8.0_504` | up to `1.8.0_504` |

For Java SE 8, the JDK version is numbered `1.8`.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
modified_at: 2026-08-20 12:00:00
title: 'Go - Go 1.25.14, 1.26.7 and 1.27.0 are now available'
github: 'https://github.com/Scalingo/go-buildpack'
---

Go versions `1.25.14`, `1.26.7` and `1.27.0` are now available.\
They are also the new default versions for, respectively, `go1.25`, `go1.26`
and `go1.27`.

Changelogs:
- [Go 1.27.0](https://go.dev/doc/devel/release#go1.27.0)
- [Go 1.26.7](https://go.dev/doc/devel/release#go1.26.7)
- [Go 1.25.14](https://go.dev/doc/devel/release#go1.25.14)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
modified_at: 2026-08-20 12:00:00
title: 'Java - JDK 1.8.0_504, 11.0.32.1, 17.0.20.1, 21.0.12.1, 25.0.4.1 and 26.0.2.1 are now available'
github: 'https://github.com/Scalingo/buildpack-jvm-common'
---

The following JDK versions are now available:
- `1.8.0_504` (LTS)
- `11.0.32.1` (LTS)
- `17.0.20.1` (LTS)
- `21.0.12.1` (LTS)
- `25.0.4.1` (LTS)
- `26.0.2.1`