diff --git a/CHANGELOG.md b/CHANGELOG.md index 194ded0e2..f0f91bf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ A curated, chronologically ordered list of notable changes in [Gitpod's default workspace images](https://hub.docker.com/u/gitpod). +## 2023-07-11 + +- Bump Go to 1.20 to `1.20.6` and Go 1.19 `1.19.11` + ## 2022-02-01 - Release workspace-full latest tag built using dazzle v2 @@ -78,4 +82,5 @@ A curated, chronologically ordered list of notable changes in [Gitpod's default - Upgrade Node.js from `v10` → `v12 LTS` (to pin a specific version, see [this workaround](https://github.com/gitpod-io/workspace-images/pull/178#issuecomment-602465333)) --- + Inspired by [keepachangelog.com](https://keepachangelog.com/). diff --git a/chunks/lang-go/chunk.yaml b/chunks/lang-go/chunk.yaml index 2da9dab9d..efb850042 100644 --- a/chunks/lang-go/chunk.yaml +++ b/chunks/lang-go/chunk.yaml @@ -1,7 +1,7 @@ variants: - - name: "1.19.5" + - name: "1.19" args: - GO_VERSION: 1.19.5 + GO_VERSION: 1.19.11 - name: "1.20" args: - GO_VERSION: 1.20 + GO_VERSION: 1.20.6 diff --git a/dazzle.yaml b/dazzle.yaml index e955aca03..20266cbdf 100644 --- a/dazzle.yaml +++ b/dazzle.yaml @@ -35,7 +35,7 @@ combiner: chunks: - lang-c - lang-clojure - - lang-go:1.19.5 + - lang-go:1.20 - lang-java:11 - lang-node:18 - lang-python:3.11 @@ -54,7 +54,7 @@ combiner: ref: - base chunks: - - lang-go:1.19.5 + - lang-go:1.20 - name: nix ref: - base @@ -163,7 +163,7 @@ combiner: chunks: - lang-c - lang-clojure - - lang-go:1.19.5 + - lang-go:1.20 - lang-java:11 - lang-node:18 - lang-ruby:3.2 @@ -178,7 +178,7 @@ combiner: chunks: - lang-c - lang-clojure - - lang-go:1.19.5 + - lang-go:1.20 - lang-java:11 - lang-node:18 - lang-ruby:3.2