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
AgeCommit message (Collapse)Author
2023-02-02Bump golang to 1.18.9Ash McKenzie
2023-01-23Make Ruby 3.0.5 the default for developersStan Hu
This matches the default update in GitLab Rails: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109479
2022-11-30Add golangci-lint asdf plugin to projectEvan Read
2022-11-28Use Ruby 2.7.7 as the defaultAsh McKenzie
2022-11-09go: Add support for Go 1.19Patrick Steinhardt
Update the relevant infrastructure to support Go 1.19. Update our README.md to reflect this change.
2022-11-03go: Drop support for Go 1.17Patrick Steinhardt
In accordance with our policy GitLab only ever supports the latest two Go versions. Right now we still support Go 1.17 an 1.18 though, where the former doesn't even receive updates anymore. Bump the required Go version to 1.18 and drop all CI jobs for the old Go 1.17. Note that we cannot yet introduce jobs for Go 1.19: the way we set up unprivileged builds breaks with Go 1.19, so we need to address this issue first. Changelog: deprecated
2022-10-12Update .tool-versions to Go 1.18.7Stan Hu
Security announcement: https://groups.google.com/g/golang-announce/c/xtuG5faxtaU Part of https://gitlab.com/groups/gitlab-org/-/epics/8843
2022-09-27Bump .tool-versions to use Go 1.18.6Stan Hu
The GitLab Development Kit is moving to 1.18.6, so let's make all the versions consistent to reduce the number of interpreters needed for development. Part of https://gitlab.com/groups/gitlab-org/-/epics/8843
2022-07-05asdf: Bump Go version to use v1.17 and v1.18Patrick Steinhardt
We have bumped the minimum required Go version to v1.17 recently, but didn't update our asdf tool versions. Let's update them to the latest available Go v1.17 and v1.18 releases.
2022-02-23Upgrade golang to 1.16.14Ash McKenzie
2022-02-23Upgrade golang to 1.17.7Ash McKenzie
2022-01-28Update Go to version 1.17.6Dustin Collins
2022-01-14Update .tool-versions to Go 1.16.12Stan Hu
This will reduce the number of versions we need in the GDK from 3 to 2.
2021-12-07Update Ruby to 2.7.5Ash McKenzie
2021-11-16Bump required golang to 1.16.10Ash McKenzie
2021-10-13Update to Golang v1.16.9 and v1.17.2Stan Hu
These are security updates: https://golang.org/doc/devel/release#go1.17
2021-09-20asdf: Update supported Go versions to 1.17.1Patrick Steinhardt
We're about to phase out support for Go 1.15. Adapt asdf to use Go 1.17 and 1.16 to prepare for this.
2021-09-14For asdf users, places the version of Go to latest 1.16.x and 1.15.xEvan Read
2021-08-18Update Ruby to 2.7.4Matthias Kaeppler
Changelog: changed
2021-06-01Update default & secondary Go versionsKatrin Leinweber
Changelog: changed
2021-05-17Rename asdf config and bump Go 1.16.x versionEvan Read