Skip to content

Commit abe1bae

Browse files
chore docker(deps): bump golang from 1.25 to 1.26 (#47)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 270e776 commit abe1bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.25 AS builder
2+
FROM golang:1.26 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

@@ -31,7 +31,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@latest
3131

3232

3333
# Temporary until we have the latest features (registry-authfile, ...) in a released func cli version
34-
FROM golang:1.25 AS func-cli-builder
34+
FROM golang:1.26 AS func-cli-builder
3535
ARG TARGETOS
3636
ARG TARGETARCH
3737

0 commit comments

Comments
 (0)