Skip to content

Commit

Permalink
Update gazelle dependencies (#125)
Browse files Browse the repository at this point in the history
* Update gazelle dependencies

* Update WORKSPACE

* fixup
  • Loading branch information
psalaberria002 authored Mar 29, 2023
1 parent a1afd9f commit 58d0042
Show file tree
Hide file tree
Showing 5 changed files with 925 additions and 129 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Usage example:
$ SNAPSHOT_NAME="$(git rev-parse --short HEAD)"

# Create a snapshot
$ bazel run snapshots -- collect --out "$SNAPSHOT_NAME.json"
$ bazel run snapshots -- collect --out-path "$SNAPSHOT_NAME.json"
snapshots: wrote file to /some-path/bcb0283.json

# Push the snapshot
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ snapshots_deps()

go_rules_dependencies()

go_register_toolchains(version = "1.18")
go_register_toolchains(version = "1.20")

gazelle_dependencies()
Loading

0 comments on commit 58d0042

Please sign in to comment.