Skip to content

Commit aa21fc4

Browse files
authored
Add Golang v1.23.2 version and upgrade protobuf (#248)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 0b5f8a3 commit aa21fc4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22.9-202411201508.gd54e8ac.el8 AS builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23.2-202411222126.g971a316.el9 AS builder
33

44
# Workspace workdir
55
WORKDIR /workspace

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ bundle. For example, in case latest version is **1.1.0**, the command to execute
116116
will be:
117117

118118
```bash
119-
TODO: Insert operator installation here
119+
$ operator-sdk run bundle quay.io/sec-eng-special/nbde-tang-server-bundle:latest
120120
```
121121

122122
To install latest multi-arch image, execute:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/nbde-tang-server
22

3-
go 1.22.9
3+
go 1.23.2
44

55
require (
66
github.com/go-logr/logr v1.4.2
@@ -59,7 +59,7 @@ require (
5959
golang.org/x/text v0.21.0 // indirect
6060
golang.org/x/time v0.3.0 // indirect
6161
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
62-
google.golang.org/protobuf v1.35.1 // indirect
62+
google.golang.org/protobuf v1.36.2 // indirect
6363
gopkg.in/inf.v0 v0.9.1 // indirect
6464
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6565
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzi
212212
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
213213
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
214214
google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
215+
google.golang.org/protobuf v1.36.2 h1:R8FeyR1/eLmkutZOM5CWghmo5itiG9z0ktFlTVLuTmU=
216+
google.golang.org/protobuf v1.36.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
215217
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
216218
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
217219
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

0 commit comments

Comments
 (0)