Skip to content

Commit

Permalink
Update golang to 1.21.5 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpnachev authored Dec 8, 2023
1 parent 3a00af3 commit d39dd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .test-defs/lifecycle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# --shoot-name=$SHOOT_NAME
# --project-namespace=$PROJECT_NAMESPACE
# --kubecfg="$TM_KUBECONFIG_PATH/gardener.config"
# image: golang:1.21.4
# image: golang:1.21.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

############# builder
FROM golang:1.21.4 AS builder
FROM golang:1.21.5 AS builder

ARG EFFECTIVE_VERSION
ARG TARGETARCH
Expand Down

0 comments on commit d39dd7f

Please sign in to comment.