Skip to content

Commit 5e1995e

Browse files
committed
update go to 1.26.4
1 parent ec9785c commit 5e1995e

39 files changed

Lines changed: 737 additions & 731 deletions

File tree

.github/workflows/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
V_ORG=octelium
22
V_CONTAINER_REGISTRY=ghcr.io
3-
GO_VERSION=1.25.8
3+
GO_VERSION=1.26.4

apis/go.mod

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

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
google.golang.org/grpc v1.80.0

apis/main/corev1/corev1.pb.go

Lines changed: 553 additions & 543 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/cordium/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM golang:1.25.8 as builder
2+
FROM golang:1.26.4 as builder
33
RUN mkdir /build
44
ADD . /build/
55
WORKDIR /build

client/cordium/commands/terminal/signals_unix.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build !windows
2-
31
/*
42
* Copyright Octelium Labs, LLC. All rights reserved.
53
*

client/cordium/commands/terminal/signals_windows.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build windows
2-
31
/*
42
* Copyright Octelium Labs, LLC. All rights reserved.
53
*

client/cordium/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/octelium/cordium/client/cordium
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
al.essio.dev/pkg/shellescape v1.6.0
@@ -12,9 +12,9 @@ require (
1212
github.com/juju/errors v1.0.0
1313
github.com/octelium/cordium/pkg v0.0.0-00010101000000-000000000000
1414
github.com/octelium/octelium/apis v0.0.0-00010101000000-000000000000
15-
github.com/octelium/octelium/client/common v0.0.0-20260602000909-6c6655fb38c0
16-
github.com/octelium/octelium/client/octelium v0.0.0-20260602000909-6c6655fb38c0
17-
github.com/octelium/octelium/pkg v0.0.0-20260602000909-6c6655fb38c0
15+
github.com/octelium/octelium/client/common v0.0.0-20260611175852-0f09263a7eea
16+
github.com/octelium/octelium/client/octelium v0.0.0-20260611175852-0f09263a7eea
17+
github.com/octelium/octelium/pkg v0.0.0-20260611175852-0f09263a7eea
1818
github.com/pkg/errors v0.9.1
1919
github.com/spf13/cobra v1.10.2
2020
go.uber.org/zap v1.27.1
@@ -41,7 +41,7 @@ require (
4141
github.com/mattn/go-colorable v0.1.14 // indirect
4242
github.com/mattn/go-isatty v0.0.20 // indirect
4343
github.com/mattn/go-runewidth v0.0.19 // indirect
44-
github.com/octelium/octelium/octelium-go v0.0.0-20260602000909-6c6655fb38c0 // indirect
44+
github.com/octelium/octelium/octelium-go v0.0.0-20260611175852-0f09263a7eea // indirect
4545
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
4646
github.com/olekukonko/errors v1.1.0 // indirect
4747
github.com/olekukonko/ll v0.1.4-0.20260115111900-9e59c2286df0 // indirect

client/cordium/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
9898
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
9999
github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw=
100100
github.com/mattn/go-runewidth v0.0.19/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
101-
github.com/octelium/octelium/client/common v0.0.0-20260602000909-6c6655fb38c0 h1:IonjsOkwaHP/2zbCl+KWnvBSsQlA5axneVN6f0ry4nc=
102-
github.com/octelium/octelium/client/common v0.0.0-20260602000909-6c6655fb38c0/go.mod h1:Z+YTlQPCH0VtIyIXRld7P8Lc55uNaqytByxfVWolqio=
103-
github.com/octelium/octelium/client/octelium v0.0.0-20260602000909-6c6655fb38c0 h1:2FTAjv8SKXS+5TLKN+R5IgMkzVQZbj0+MgKNWapfZ+8=
104-
github.com/octelium/octelium/client/octelium v0.0.0-20260602000909-6c6655fb38c0/go.mod h1:9MFDTVF3YFekSpQxRzCSXGHz3P9iPK5CF38fHZysvDY=
105-
github.com/octelium/octelium/octelium-go v0.0.0-20260602000909-6c6655fb38c0 h1:uWCe8OYmaCt4CIDmkBYeSI9zFEU7hreFb8AcDW5AA/U=
106-
github.com/octelium/octelium/octelium-go v0.0.0-20260602000909-6c6655fb38c0/go.mod h1:K8RF8q6QhxNMQh0+kU62Z6PW5jlFu7QhPQtvkpBK7kg=
107-
github.com/octelium/octelium/pkg v0.0.0-20260602000909-6c6655fb38c0 h1:O7sdfn2dRjR7CaBeZ1ixNhxQQnoCqgORY4XrCJh582Y=
108-
github.com/octelium/octelium/pkg v0.0.0-20260602000909-6c6655fb38c0/go.mod h1:NZjqc4lAKCSu+vU9xso6INjQj/9SYwDlWLadfWiBVn4=
101+
github.com/octelium/octelium/client/common v0.0.0-20260611175852-0f09263a7eea h1:lSZNtuOz2DOPD/nI9KLFBTgpb2NFwmUWudIp8fbfgsI=
102+
github.com/octelium/octelium/client/common v0.0.0-20260611175852-0f09263a7eea/go.mod h1:G83PVGEXbcHMEHIr2OnjRN3JywqBT1XOGBcQa9XmrsU=
103+
github.com/octelium/octelium/client/octelium v0.0.0-20260611175852-0f09263a7eea h1:A3sJFjrGHDLB+4sVmLFixuAOiNxg8BiHv+psbQQ8v2A=
104+
github.com/octelium/octelium/client/octelium v0.0.0-20260611175852-0f09263a7eea/go.mod h1:b2hUjoi2zqqNTRmGCbM2V+kvzaiWlBahRhjfBz+890A=
105+
github.com/octelium/octelium/octelium-go v0.0.0-20260611175852-0f09263a7eea h1:VQR55piMY0eK0yvkscajBZ9fs5Ox7d6KwFnyqFgpcJo=
106+
github.com/octelium/octelium/octelium-go v0.0.0-20260611175852-0f09263a7eea/go.mod h1:j4555+VpSdHsDZj3tXpJT3GbdfAeMvZShIXFX52tK2k=
107+
github.com/octelium/octelium/pkg v0.0.0-20260611175852-0f09263a7eea h1:qP+f+moIkHjfD7L6cVw9h1g7+3cedoppN5oxplqByhQ=
108+
github.com/octelium/octelium/pkg v0.0.0-20260611175852-0f09263a7eea/go.mod h1:upp6LUx9RN8KDhTqzRz9ewouQLcnF7kKW3Ard4//mnM=
109109
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 h1:zrbMGy9YXpIeTnGj4EljqMiZsIcE09mmF8XsD5AYOJc=
110110
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6/go.mod h1:rEKTHC9roVVicUIfZK7DYrdIoM0EOr8mK1Hj5s3JjH0=
111111
github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM=

cluster/apiserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM golang:1.25.8 as builder
2+
FROM golang:1.26.4 as builder
33
RUN mkdir /build
44
ADD . /build/
55
WORKDIR /build

cluster/apiserver/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/octelium/cordium/cluster/apiserver
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
77
github.com/gosimple/slug v1.15.0
88
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
99
github.com/octelium/cordium/cluster/common v0.0.0-00010101000000-000000000000
1010
github.com/octelium/octelium/apis v0.0.0-00010101000000-000000000000
11-
github.com/octelium/octelium/cluster/apiserver v0.0.0-20260602000909-6c6655fb38c0
12-
github.com/octelium/octelium/cluster/common v0.0.0-20260602000909-6c6655fb38c0
13-
github.com/octelium/octelium/pkg v0.0.0-20260602000909-6c6655fb38c0
11+
github.com/octelium/octelium/cluster/apiserver v0.0.0-20260611175852-0f09263a7eea
12+
github.com/octelium/octelium/cluster/common v0.0.0-20260611175852-0f09263a7eea
13+
github.com/octelium/octelium/pkg v0.0.0-20260611175852-0f09263a7eea
1414
github.com/stretchr/testify v1.11.1
1515
go.uber.org/zap v1.27.1
1616
golang.org/x/crypto v0.50.0
@@ -121,8 +121,8 @@ require (
121121
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
122122
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
123123
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
124-
github.com/octelium/octelium/cluster/rscserver v0.0.0-20260602000909-6c6655fb38c0 // indirect
125-
github.com/octelium/octelium/octelium-go v0.0.0-20260602000909-6c6655fb38c0 // indirect
124+
github.com/octelium/octelium/cluster/rscserver v0.0.0-20260611175852-0f09263a7eea // indirect
125+
github.com/octelium/octelium/octelium-go v0.0.0-20260611175852-0f09263a7eea // indirect
126126
github.com/open-policy-agent/opa v1.14.0 // indirect
127127
github.com/opencontainers/go-digest v1.0.0 // indirect
128128
github.com/opencontainers/image-spec v1.1.1 // indirect

0 commit comments

Comments
 (0)