Skip to content

Commit 6c5c4f7

Browse files
authored
chore(deps): bump go to 1.26.2 (#1905) (#1906)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Cherry-pick of #1905 from main to releases/0.17 <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR is related to <!-- Usage: `Related to #<issue number>`, or `Related to (paste link of issue)`. --> Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
1 parent 5b25b7d commit 6c5c4f7

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.1-alpine3.22 AS build
1+
FROM --platform=$BUILDPLATFORM golang:1.26.2-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.1
3+
go 1.26.2
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.1
3+
go 1.26.2

0 commit comments

Comments
 (0)