Skip to content

Commit

Permalink
Bump minor go versions
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
  • Loading branch information
ddelnano committed Feb 10, 2025
1 parent cf35beb commit c89cf67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -228,17 +228,17 @@ go_download_sdk(

go_download_sdk(
name = "go_sdk_1_19",
version = "1.19.10",
version = "1.19.13",
)

go_download_sdk(
name = "go_sdk_1_20",
version = "1.20.5",
version = "1.20.14",
)

go_download_sdk(
name = "go_sdk_1_21",
version = "1.21.0",
version = "1.21.13",
)

go_download_sdk(
Expand All @@ -262,7 +262,7 @@ go_download_sdk(
name = "go_sdk_boringcrypto",
experiments = ["boringcrypto"],
# TODO(james): update this to 1.21.0, once there is a 1.21.1 release.
version = "1.20.4",
version = "1.20.14",
)

pip_parse(
Expand Down

0 comments on commit c89cf67

Please sign in to comment.