Skip to content

Commit

Permalink
update Go to 1.20.6 (#1041)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Brennan <[email protected]>
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
3 people committed Jul 12, 2023
1 parent 04f15bf commit 507b24f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/).
6 changes: 3 additions & 3 deletions chunks/lang-go/chunk.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions dazzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -54,7 +54,7 @@ combiner:
ref:
- base
chunks:
- lang-go:1.19.5
- lang-go:1.20
- name: nix
ref:
- base
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 507b24f

Please sign in to comment.