From 21446a9e46974c80e62a19638d7a55bd64740501 Mon Sep 17 00:00:00 2001 From: Georgi Matev Date: Sat, 14 Oct 2023 16:26:51 +1200 Subject: [PATCH] Update golang in build script (#4504) Update build.sh golang version --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [x] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index a18fd28f2..1053c860d 100755 --- a/build/build.sh +++ b/build/build.sh @@ -12,7 +12,7 @@ usage() { } ROOT=$(dirname $(dirname $(readlink -f $0))) -GOVER=1.19 # go version +GOVER=1.21 # go version CORSO_BUILD_CACHE="/tmp/.corsobuild" # shared persistent cache # Figure out os and architecture