Skip to content

Commit 7b79676

Browse files
chore: bump golang from 1.24 to 1.25
Bumps golang from 1.24 to 1.25. --- updated-dependencies: - dependency-name: golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b82c0ac commit 7b79676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# SPDX-License-Identifier: Apache-2.0
1616

1717
# Build the image
18-
FROM golang:1.24 as builder
18+
FROM golang:1.25 as builder
1919

2020
WORKDIR /workspace
2121
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)