Skip to content

Commit a4d755a

Browse files
chore(deps): update go to v1.26.2
1 parent 1309241 commit a4d755a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.26.2-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.0
3+
go 1.26.2
44

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

0 commit comments

Comments
 (0)