Skip to content

Commit 4523fc5

Browse files
chore(deps): bump golang from 1.24 to 1.26 in /engine
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 5458370 commit 4523fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/Dockerfile.dblab-server-debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# How to start a container: https://postgres.ai/docs/how-to-guides/administration/engine-manage
22

33
# Compile stage
4-
FROM golang:1.24 AS build-env
4+
FROM golang:1.26 AS build-env
55

66
# Build Delve
77
RUN go install github.com/go-delve/delve/cmd/dlv@latest

0 commit comments

Comments
 (0)