Skip to content

Commit

Permalink
Go 1.22 (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Feb 13, 2024
1 parent a8edeaa commit 8cae463
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion 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-02-11

- Bump Go to `1.22.0`

## 2024-02-09

- Bump Rust to `1.76.0`
Expand Down Expand Up @@ -67,7 +71,7 @@ A curated, chronologically ordered list of notable changes in [Gitpod's default

## 2023-07-11

- Bump Go 1.20 to `1.20.6` and Go 1.19 `1.19.11`
- Bump Go 1.20 to `1.20.6` and Go 1.19 to `1.19.11`

## 2022-02-01

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.21"
- name: "1.22"
args:
GO_VERSION: 1.21.7
GO_VERSION: 1.22.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.21
- lang-go:1.22
- lang-java:11
- lang-node:20
- tool-brew
Expand All @@ -35,7 +35,7 @@ combiner:
chunks:
- lang-c
- lang-clojure
- lang-go:1.21
- lang-go:1.22
- lang-java:11
- lang-node:20
- lang-python:3.12
Expand All @@ -54,7 +54,7 @@ combiner:
ref:
- base
chunks:
- lang-go:1.21
- lang-go:1.22
- name: nix
ref:
- base
Expand Down Expand Up @@ -184,7 +184,7 @@ combiner:
chunks:
- lang-c
- lang-clojure
- lang-go:1.21
- lang-go:1.22
- lang-java:11
- lang-node:20
- lang-ruby:3.2
Expand All @@ -199,7 +199,7 @@ combiner:
chunks:
- lang-c
- lang-clojure
- lang-go:1.21
- lang-go:1.22
- lang-java:11
- lang-node:20
- lang-ruby:3.2
Expand Down

0 comments on commit 8cae463

Please sign in to comment.