Skip to content

Commit

Permalink
Use Go 1.21 for the 1.29 builds (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored Nov 9, 2023
1 parent 82f1252 commit 0fb5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cilib/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# Kubernetes build source to go version map
K8S_GO_MAP = {
"1.29": "go/1.20/stable",
"1.29": "go/1.21/stable",
"1.28": "go/1.20/stable",
"1.27": "go/1.20/stable",
"1.26": "go/1.19/stable",
Expand Down

0 comments on commit 0fb5c8a

Please sign in to comment.