Skip to content

Commit ab92cef

Browse files
chore: bump golang from 1.25 to 1.26 in /backend
Bumps golang from 1.25 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 e6c9e46 commit ab92cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM golang:1.25 AS builder
3+
FROM golang:1.26 AS builder
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)