Skip to content

Commit

Permalink
chore: update checksums (#457)
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Jul 17, 2024
1 parent 3e5f0bf commit f3b74df
Show file tree
Hide file tree
Showing 4 changed files with 1,869 additions and 1,139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go-version: ^1.22
id: go

- uses: imjasonh/setup-crane@v0.3
- uses: imjasonh/setup-crane@v0.4

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module(

# To run jq
bazel_dep(name = "aspect_bazel_lib", version = "1.28.0")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "platforms", version = "0.0.9")

ext = use_extension("//:repositories.bzl", "extension")
use_repo(
Expand Down
Loading

0 comments on commit f3b74df

Please sign in to comment.