Skip to content

Commit

Permalink
Bump dependencies (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Sri Krishna Paritala <skrishna@buf.build>
  • Loading branch information
srikrsna-buf authored Dec 10, 2024
1 parent 0acf580 commit bd1ac30
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 215 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@ jobs:
- uses: actions/checkout@v2
- name: bazel test
run: make test
windows:
runs-on: windows-latest
steps:
# Caches and restores the bazelisk download directory, the bazel build directory.
- name: Cache bazel
uses: actions/cache@v2
with:
path: |
~\AppData\Local\bazelisk
~\_bazel_runneradmin
key: ${{ runner.os }}-bazel-cache
- uses: actions/checkout@v2
- name: bazel test
run: make test
# Disabled due to error in protobuf on Windoes
# windows:
# runs-on: windows-latest
# steps:
# # Caches and restores the bazelisk download directory, the bazel build directory.
# - name: Cache bazel
# uses: actions/cache@v2
# with:
# path: |
# ~\AppData\Local\bazelisk
# ~\_bazel_runneradmin
# key: ${{ runner.os }}-bazel-cache
# - uses: actions/checkout@v2
# - name: bazel test
# run: make test
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ module(
)

bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_proto", version = "7.0.1")
bazel_dep(name = "protobuf", version = "29.1", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_proto", version = "7.0.2")
bazel_dep(name = "rules_go", version = "0.42.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

bazel_dep(name = "stardoc", version = "0.5.4", dev_dependency = True, repo_name = "io_bazel_stardoc")
bazel_dep(name = "stardoc", version = "0.7.1", dev_dependency = True, repo_name = "io_bazel_stardoc")

# We depend on gazelle at runtime to generate our proto_library rules
bazel_dep(name = "gazelle", version = "0.34.0", repo_name = "bazel_gazelle")
Expand Down
Loading

0 comments on commit bd1ac30

Please sign in to comment.