File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1717ENV USER=machine-exec
1818ENV UID=12345
Original file line number Diff line number Diff line change 11module github.com/eclipse-che/che-machine-exec
22
3- go 1.24.11
3+ go 1.25.7
44
55replace (
66 cloud.google.com/go => cloud.google.com/go v0.54.0
You can’t perform that action at this time.
0 commit comments