diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2024-04-03 03:27:11 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2024-04-03 03:35:01 +0300 |
commit | 3312b864d15075f36cb9cf795cae23cb0ebb1c15 (patch) | |
tree | 472cec834399bd72d281794b38715b87490a886e /build | |
parent | af15ff0f695542aa6cf601710eb89879fd596eb7 (diff) | |
download | ydb-3312b864d15075f36cb9cf795cae23cb0ebb1c15.tar.gz |
Switch to go 1.22
9c9c223029c0734ec2fe8614b6ca60259f0fc7bf
Diffstat (limited to 'build')
-rw-r--r-- | build/ya.conf.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index ea53f43bcd..977c603f96 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -206,7 +206,7 @@ "gofmt" ] }, - "formula": "build/external_resources/go_tools/go1.21.json" + "formula": "build/external_resources/go_tools/go1.22.json" }, "python": { "executable": { @@ -1703,7 +1703,7 @@ "golang": { "params": { "type": "golang", - "version": "1.20.6" + "version": "1.22.1" }, "platforms": [ { |