Skip to content

Commit 6b22ea7

Browse files
authored
chore: Update go v1.25.7 (#338)
* chore: Update go v1.25.7 Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent cfc745f commit 6b22ea7

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
build-and-deploy:
1717
runs-on: ubuntu-22.04
1818
steps:
19+
- name: Set up Go 1.25
20+
uses: actions/setup-go@v3
21+
with:
22+
go-version: 1.25.7
1923
- name: Checkout
2024
uses: actions/checkout@v3
2125
with:

.github/workflows/license.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
name: License
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- name: Set up Go 1.24
21+
- name: Set up Go 1.25
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.24.11
24+
go-version: 1.25.7
2525
- name: Checkout repo
2626
uses: actions/checkout@v3
2727
- name: Check Eclipse license headers

build/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Dockerfile defines che-machine-exec production image eclipse/che-machine-exec-dev
1313
#
1414

15-
FROM docker.io/golang:1.24.11-alpine as go_builder
15+
FROM docker.io/golang:1.25.7-alpine as go_builder
1616

1717
ENV USER=machine-exec
1818
ENV UID=12345

go.mod

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

3-
go 1.24.11
3+
go 1.25.7
44

55
replace (
66
cloud.google.com/go => cloud.google.com/go v0.54.0

0 commit comments

Comments
 (0)