Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-14 09:27:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-16 10:58:29 +0300
commitcf943d732f57cfd50e1f7b4a250c4629dc927bdb (patch)
treec5e52bf6c5665ddf2b0fd326e8285d17bcb2dca1 /.gitlab-ci.yml
parentdbece80da3c106762416aef2560e592a473f18d2 (diff)
go: Add support for Go 1.21
Add support for Go 1.21 both in our CI system and in our asdf version file.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8219d54b4..b1ca532e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,8 @@ default:
git_default: "default"
git_minimum: "v2.41.0"
gitlab_dangerfiles: "3.1.0"
- go_default: "1.20"
- go_supported: [ "1.20" ]
+ go_default: "1.21"
+ go_supported: [ "1.20", "1.21" ]
macos: "macos-12-xcode-14"
pgbouncer: "1.17.0"
postgres_default: "12-alpine"