Skip to content

Commit

Permalink
Drop support for Go 19, update Go 20 and introduce Go 21 (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Aug 9, 2023
1 parent c7647c3 commit 82f155e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions chunks/lang-go/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
- name: "1.19"
args:
GO_VERSION: 1.19.11
- name: "1.20"
args:
GO_VERSION: 1.20.6
GO_VERSION: 1.20.7
- name: "1.21"
args:
GO_VERSION: 1.21.0
2 changes: 1 addition & 1 deletion 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.20
- lang-go:1.21
- lang-java:11
- lang-node:18
- tool-brew
Expand Down

0 comments on commit 82f155e

Please sign in to comment.