deps: bump Go to 1.21.4 (#2569)

Co-authored-by: Malte Poll <1780588+malt3@users.noreply.github.com>
This commit is contained in:
Adrian Stobbe 2023-11-09 20:17:14 +01:00 committed by GitHub
parent c506991eb4
commit b765231175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 37 additions and 21 deletions

View file

@ -3,7 +3,7 @@ FROM fedora:38
ARG TARGETOS
ARG TARGETARCH
ARG BAZEL_VERSION=6.3.2
ARG BAZEL_VERSION=6.4.0
ARG BAZELISK_VERSION=v1.16.0
ARG BAZELISK_SHA256=168851e70cf5f95c0e215e7f3aaca5132ffc3c8dd8f585a4157b0be2b53cfe32

View file

@ -17,7 +17,7 @@ function setup {
}
function startBazelServer {
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.3.2"
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.4.0"
local containerName="bazeld"
setup