Skip to content

Commit

Permalink
chore: upgrade gazelle to 0.34.0 and rules_go to 0.43.0 (#588)
Browse files Browse the repository at this point in the history
Closes #589.

---------

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel and Self-hosted Renovate Bot authored Nov 23, 2023
1 parent 106e4ab commit 3981077
Show file tree
Hide file tree
Showing 54 changed files with 15,733 additions and 6,625 deletions.
8 changes: 8 additions & 0 deletions .github/actions/set_up_ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ inputs:
runs:
using: composite
steps:
# When running gazelle update-repos, gazelle looks for the Go tool on the
# system. The default version that is installed on the GH Linux runner is
# not compatible with the version in rules_go 0.43.0. As a workaround, the
# following installs the version of Go that is listed in the go.mod file.
# Related to https://github.com/bazelbuild/bazel-gazelle/issues/1671
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: cgrindel/gha_install_swift_on_ubuntu@v1
with:
swift_release_tag: ${{ inputs.swift_release_tag }}
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.1")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(
name = "rules_go",
version = "0.40.1",
version = "0.43.0",
repo_name = "io_bazel_rules_go",
)

Expand All @@ -33,7 +33,7 @@ bazel_dep(
)
bazel_dep(
name = "gazelle",
version = "0.32.0",
version = "0.34.0",
repo_name = "bazel_gazelle",
)

Expand Down
Loading

0 comments on commit 3981077

Please sign in to comment.