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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-02 14:38:05 +00:00 committed by GitHub
parent d0fc250043
commit 5ef53ab5c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23
FROM golang:1.24
ADD . /usr/src/whereabouts
RUN mkdir -p $GOPATH/src/github.com/k8snetworkplumbingwg/whereabouts
WORKDIR $GOPATH/src/github.com/k8snetworkplumbingwg/whereabouts

View File

@ -1,4 +1,4 @@
FROM golang:1.23
FROM golang:1.24
ADD . /usr/src/whereabouts
ENV GOARCH="arm64"