Skip to content

Commit ae2b1d0

Browse files
fabianburthSkarlso
andauthored
chore: update Go version to 1.25.1 (#1609)
<!-- 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: Fabian Burth <fabian.burth@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
1 parent 30df5a9 commit ae2b1d0

5 files changed

Lines changed: 5 additions & 5 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.25-alpine3.22 AS build
1+
FROM --platform=$BUILDPLATFORM golang:1.25.1-alpine3.22 AS build
22

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can pass in the following arguments to override the predefined defaults:
144144
Please check [hub.docker.com](https://hub.docker.com/_/golang/tags?page=1&name=alpine) for possible version combinations.
145145

146146
```bash
147-
podman build -t ocm --build-arg GO_VERSION=1.25 --build-arg ALPINE_VERSION=3.21 --build-arg GO_PROXY=https://proxy.golang.org .
147+
podman build -t ocm --build-arg GO_VERSION=1.25.1 --build-arg ALPINE_VERSION=3.21 --build-arg GO_PROXY=https://proxy.golang.org .
148148
```
149149

150150
### Chocolatey

components/helminstaller/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.25 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
22
ARG COMMIT EFFECTIVE_VERSION GIT_TREE_STATE
33
ARG TARGETOS TARGETARCH
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.25.0
3+
go 1.25.1
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.25.0
3+
go 1.25.1

0 commit comments

Comments
 (0)