Skip to content

Commit

Permalink
bazel: looks like this makes the docker CI work
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Dec 19, 2023
1 parent 745c1ef commit 6aec5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ versioned_http_archive(

versioned_http_archive(
name = "io_bazel_rules_go",
sha256 = "f2dcd210c7095febe54b804bb1cd3a58fe8435a909db2ec04e31542631cf715c",
sha256 = "d6ab6b57e48c09523e93050f13698f708428cfd5e619252e369d377af6597707",
url = "https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip",
version = "0.31.0",
version = "0.43.0",
)

versioned_http_file(
Expand Down

0 comments on commit 6aec5ef

Please sign in to comment.