Skip to content

Commit

Permalink
Bump Go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Aug 15, 2024
1 parent 2d2378c commit fff460b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 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).

## 2024-08-15

- Bump Go to `1.23.0`

## 2024-08-06

- Introduce `workspace-node-20` and `workspace-node-22`
Expand Down
4 changes: 2 additions & 2 deletions chunks/lang-go/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variants:
- name: "1.22"
- name: "1.23"
args:
GO_VERSION: 1.22.6
GO_VERSION: 1.23.0
10 changes: 5 additions & 5 deletions dazzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ combiner:
- base
chunks:
- lang-c
- lang-go:1.22
- lang-go:1.23
- lang-java:11
- lang-node:20
- tool-brew
Expand All @@ -35,7 +35,7 @@ combiner:
chunks:
- lang-c
- lang-clojure
- lang-go:1.22
- lang-go:1.23
- lang-java:11
- lang-node:20
- lang-python:3.12
Expand All @@ -54,7 +54,7 @@ combiner:
ref:
- base
chunks:
- lang-go:1.22
- lang-go:1.23
- name: nix
ref:
- base
Expand Down Expand Up @@ -196,7 +196,7 @@ combiner:
chunks:
- lang-c
- lang-clojure
- lang-go:1.22
- lang-go:1.23
- lang-java:11
- lang-node:20
- lang-ruby:3.2
Expand All @@ -211,7 +211,7 @@ combiner:
chunks:
- lang-c
- lang-clojure
- lang-go:1.22
- lang-go:1.23
- lang-java:11
- lang-node:20
- lang-ruby:3.2
Expand Down

0 comments on commit fff460b

Please sign in to comment.