Skip to content

Commit 59f409a

Browse files
deps(docker): bump golang from 1.24 to 1.26
Bumps golang from 1.24 to 1.26. --- updated-dependencies: - dependency-name: golang dependency-version: '1.26' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9130d4 commit 59f409a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Supports multi-arch: linux/amd64, linux/arm64
33

44
# --- Build stage ---
5-
FROM golang:1.24 AS builder
5+
FROM golang:1.26 AS builder
66

77
WORKDIR /workspace
88

0 commit comments

Comments
 (0)