Skip to content

Commit

Permalink
chore(deps): bump bazelisk from 1.17.0 to 1.18.0 (#11435)
Browse files Browse the repository at this point in the history
### Summary

Bazelisk v1.18.0 contains some bug fixes and internal cleanups.
Most notably, it uses consistent Bazel paths to avoid spurious
rebuilds when downloading the same Bazel binary from a different
mirror

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle authored Aug 24, 2023
1 parent 5eb0833 commit 05c3f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
KONG_SOURCE_LOCATION ?= $(ROOT_DIR)
GRPCURL_VERSION ?= 1.8.5
BAZLISK_VERSION ?= 1.17.0
BAZLISK_VERSION ?= 1.18.0
H2CLIENT_VERSION ?= 0.4.0
BAZEL := $(shell command -v bazel 2> /dev/null)
VENV = /dev/null # backward compatibility when no venv is built
Expand Down

1 comment on commit 05c3f3b

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:05c3f3b5e6278a7dc95978785607e164e0d8aa7a
Artifacts available https://github.com/Kong/kong/actions/runs/5961472574

Please sign in to comment.