From 0f981d591ee727767ebca010f9cd8b34a0e223b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 28 Nov 2022 11:06:03 +0200 Subject: [PATCH] WORKSPACE: bump go to 1.19.3 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index caad14a..2aea72f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -30,7 +30,7 @@ go_rules_dependencies() # use latest stable. go_download_sdk( name = "go_sdk", - version = "1.19.2", + version = "1.19.3", ) go_register_toolchains()