Skip to content

Commit

Permalink
Upgrade all Go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Mar 31, 2024
1 parent 16837a5 commit 030bb99
Show file tree
Hide file tree
Showing 6 changed files with 4,638 additions and 1,381 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"name": "Gazelle",
"run": "rm $(find . -name '*.pb.go' | sed -e 's/[^/]*$/BUILD.bazel/') && bazel run //:gazelle"
"run": "rm -f $(find . -name '*.pb.go' | sed -e 's/[^/]*$/BUILD.bazel/') && bazel run //:gazelle"
},
{
"name": "Buildifier",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"name": "Gazelle",
"run": "rm $(find . -name '*.pb.go' | sed -e 's/[^/]*$/BUILD.bazel/') && bazel run //:gazelle"
"run": "rm -f $(find . -name '*.pb.go' | sed -e 's/[^/]*$/BUILD.bazel/') && bazel run //:gazelle"
},
{
"name": "Buildifier",
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ bazel_dep(name = "toolchains_llvm", version = "1.0.0")

git_override(
module_name = "com_github_buildbarn_bb_remote_execution",
commit = "efa691334b0c8b47c6fedd73c6ad434ba166c647",
commit = "f84a2c0f72119f6d3b157905a00163d0f167a73e",
remote = "https://github.com/buildbarn/bb-remote-execution.git",
)

git_override(
module_name = "com_github_buildbarn_bb_storage",
commit = "00c3edab9fbee741613670dc3c20404910b9076f",
commit = "914e53aad8cd16fc4c1ecd7f706149e8440ea24a",
remote = "https://github.com/buildbarn/bb-storage.git",
)

Expand Down
Loading

0 comments on commit 030bb99

Please sign in to comment.