mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 00:50:38 -05:00
deps: update bazel, rules_go and gazelle (#2203)
* deps: update dependency bazel to v6.3.2 * deps: update dependency io_bazel_rules_go to v0.41.0 * deps: update dependency bazel_gazelle to v0.32.0 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
parent
33c962b427
commit
f70fc36075
4 changed files with 11 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ FROM fedora:38
|
|||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
ARG BAZEL_VERSION=6.2.1
|
||||
ARG BAZEL_VERSION=6.3.2
|
||||
ARG BAZELISK_VERSION=v1.16.0
|
||||
ARG BAZELISK_SHA256=168851e70cf5f95c0e215e7f3aaca5132ffc3c8dd8f585a4157b0be2b53cfe32
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ function setup {
|
|||
}
|
||||
|
||||
function startBazelServer {
|
||||
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.2.1"
|
||||
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.3.2"
|
||||
local containerName="bazeld"
|
||||
|
||||
setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue