Skip to content

Commit 804e81b

Browse files
Bump golang from 1.23.1 to 1.24.6 in /deployments/devel
Bumps golang from 1.23.1 to 1.24.6. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4481b44 commit 804e81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployments/devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# This Dockerfile is also used to define the golang version used in this project
1616
# This allows dependabot to manage this version in addition to other images.
17-
FROM golang:1.23.1
17+
FROM golang:1.24.6
1818

1919
WORKDIR /work
2020
COPY * .

0 commit comments

Comments
 (0)