Skip to content

Commit ebb4be4

Browse files
chore(deps): update go to v1.27.0
1 parent 927c8ec commit ebb4be4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 --platform=$BUILDPLATFORM golang:1.26.3-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.27.0-alpine AS builder
44
WORKDIR /app
55

66
COPY go.mod go.sum ./

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/clevyr/kubedb
22

3-
go 1.26.3
3+
go 1.27.0
44

55
require (
66
al.essio.dev/pkg/shellescape v1.6.0

0 commit comments

Comments
 (0)