Skip to content

Commit 4c1caed

Browse files
committed
Update dependency golang to v1.24
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent d47bafd commit 4c1caed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313
workflow_dispatch:
1414

1515
env:
16-
GO_VERSION: "1.23"
16+
GO_VERSION: "1.24"
1717
KIND_VERSION: "0.27.0"
1818
GO111MODULE: "on"
1919
OPERATOR_IMAGE: "quay.io/backube/volsync"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
# Establish a common builder image for all golang-based images
3-
FROM golang:1.23 AS golang-builder
3+
FROM golang:1.24 AS golang-builder
44
USER root
55
WORKDIR /workspace
66
# We don't vendor modules. Enforce that behavior

Dockerfile.volsync-custom-scorecard-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the volsync-custom-scorecard-tests binary
2-
FROM golang:1.23 as builder
2+
FROM golang:1.24 as builder
33

44
# Copy the go source
55
COPY ./custom-scorecard-tests/. /workspace/

0 commit comments

Comments
 (0)