Skip to content

Commit 4c511ca

Browse files
Bump golang from 1.25.5 to 1.26rc2
Bumps golang from 1.25.5 to 1.26rc2. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26rc2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32fc174 commit 4c511ca

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,4 +1,4 @@
1-
FROM docker.io/golang:1.25.5 AS builder
1+
FROM docker.io/golang:1.26rc2 AS builder
22
COPY . src
33
RUN cd src && make build
44

0 commit comments

Comments
 (0)