Skip to content

Commit 167d089

Browse files
Bump golang from 1.23 to 1.24
Bumps golang from 1.23 to 1.24. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4d2f71 commit 167d089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23
1+
FROM golang:1.24
22
ADD . /usr/src/whereabouts
33
RUN mkdir -p $GOPATH/src/github.com/k8snetworkplumbingwg/whereabouts
44
WORKDIR $GOPATH/src/github.com/k8snetworkplumbingwg/whereabouts

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23
1+
FROM golang:1.24
22
ADD . /usr/src/whereabouts
33

44
ENV GOARCH "arm64"

0 commit comments

Comments
 (0)