Skip to content

Commit d1d76f4

Browse files
chore(deps): bump golang from 1.26.5 to 1.27.0
Bumps golang from 1.26.5 to 1.27.0. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e15e22e commit d1d76f4

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
@@ -1,6 +1,6 @@
11
# ===============================================================
22
# GO_VERSION: automatically update to most recent via dependabot
3-
FROM golang:1.26.5 AS builder
3+
FROM golang:1.27.0 AS builder
44
WORKDIR /workspace
55

66
COPY go.mod go.mod

0 commit comments

Comments
 (0)