Skip to content

Commit 3454473

Browse files
chore(deps): update go to 1.26.3 (#1967)
#### What this PR does / why we need it Updated go to 1.26.3 Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
1 parent 4345603 commit 3454473

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.26.2-alpine3.22 AS build
1+
FROM --platform=$BUILDPLATFORM golang:1.26.3-alpine3.22 AS build
22

33
RUN apk add --no-cache make git
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ocm.software/ocm
22

3-
go 1.26.2
3+
go 1.26.3
44

55
require (
66
dario.cat/mergo v1.0.2

hack/brew/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ocm.software/ocm/hack/brew
22

3-
go 1.26.2
3+
go 1.26.3

0 commit comments

Comments
 (0)