File tree 25 files changed +25
-27
lines changed
nephio-controller-manager
25 files changed +25
-27
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/controllers/pkg
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace (
6
6
github.com/nephio-project/nephio/krm-functions/configinject-fn => ../../krm-functions/configinject-fn
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/configinject-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/dnn-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/interface-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/ipam-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/lib
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
require (
6
6
github.com/GoogleContainerTools/kpt-functions-sdk/go/fn v0.0.0-20230427202446-3255accc518d
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/nad-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/nfdeploy-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/pipeline-tests
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
// always test the latest versions of all functions/libs
6
6
replace (
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/ueransim-deploy-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 -alpine
15
+ FROM golang:1.23 -alpine
16
16
ENV CGO_ENABLED=0
17
17
WORKDIR /go/src/
18
18
COPY krm-functions/ krm-functions/
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/krm-functions/vlan-fn
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace github.com/nephio-project/nephio/krm-functions/lib => ../lib
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/operators/focom-operator
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.23.5
3
+ go 1.23.5
6
4
7
5
require (
8
6
github.com/go-logr/logr v1.4.2
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.22 AS builder
2
+ FROM golang:1.23 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/operators/nephio-controller-manager
2
2
3
- go 1.22.0
3
+ go 1.23.5
4
4
5
5
replace (
6
6
github.com/nephio-project/nephio/controllers/pkg => ../../controllers/pkg
Original file line number Diff line number Diff line change 1
1
module github.com/nephio-project/nephio/testing/mockeryutils
2
2
3
- go 1.22
3
+ go 1.23.5
4
4
5
5
require github.com/stretchr/testify v1.8.4
6
6
You can’t perform that action at this time.
0 commit comments