File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717# limitations under the License.
1818
1919# Build the manager binary
20- FROM golang:1.23 AS builder
20+ FROM golang:1.25 AS builder
2121
2222ARG TARGETARCH
2323ARG TARGETOS
Original file line number Diff line number Diff line change 11module github.com/NearNodeFlash/lustre-fs-operator
22
3- go 1.23.9
3+ go 1.25.7
44
55require (
6- github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6
6+ github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459
77 github.com/google/go-cmp v0.6.0
88 github.com/google/gofuzz v1.2.0
99 github.com/google/uuid v1.3.0
Original file line number Diff line number Diff line change 1- github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6 h1:L/T+zQdDjLv+gCFE1baLaY2ONyFHmWhhLkFwJFyLWd8 =
2- github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6 /go.mod h1:NbNOIG2ybY2XHVSJn0KF7edPlX3I1ji7je6MGzuPeaA =
1+ github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459 h1:ogwsUeReDUuzIRJvS7stojuuSODVDnltwNjbCDKzb8E =
2+ github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459 /go.mod h1:fFkYvzd5+MSlhWs1j0vYzLSIK5BAK/zVClXJBCuCb8I =
33github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
44github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A =
55github.com/benbjohnson/clock v1.3.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
Original file line number Diff line number Diff line change 1- # github.com/DataWorkflowServices/dws v0.0.1-0.20260217162004-9c3e31c5c6c6
2- ## explicit; go 1.23.9
1+ # github.com/DataWorkflowServices/dws v0.0.1-0.20260306145524-95221df17459
2+ ## explicit; go 1.25.7
33github.com/DataWorkflowServices/dws/utils/updater
44# github.com/beorn7/perks v1.0.1
55## explicit; go 1.11
You can’t perform that action at this time.
0 commit comments