Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.25.9-alpine3.22 as builder
FROM golang:1.25.10-alpine3.22 as builder

ARG ACCESS_TOKEN="none"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/streamnative/pulsar-resources-operator

go 1.25.9
go 1.25.10

require (
Comment on lines 1 to 5
github.com/apache/pulsar-client-go v0.18.0-candidate-1.0.20260129140028-203dcf1cd22d
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.25.9
go 1.25.10

use (
.
Expand Down
2 changes: 1 addition & 1 deletion redhat.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.25.9-alpine3.22 as builder
FROM golang:1.25.10-alpine3.22 as builder

ARG ACCESS_TOKEN="none"

Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/streamnative/pulsar-resources-operator/tests

go 1.25.9
go 1.25.10

require (
// pulsar-client-go latest version is v0.9.0,
Expand Down
Loading