Skip to content

Commit d02ce4e

Browse files
Bump golang from 1.23 to 1.24 (#13)
Bumps golang from 1.23 to 1.24. --- updated-dependencies: - dependency-name: golang dependency-version: '1.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b929b81 commit d02ce4e

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
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# Build stage
4-
FROM --platform=$BUILDPLATFORM golang:1.23 as builder
4+
FROM --platform=$BUILDPLATFORM golang:1.24 as builder
55

66
ARG TARGETOS
77
ARG TARGETARCH

0 commit comments

Comments
 (0)