Skip to content
Closed
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.25.9"
go-version: "1.25.10"

- name: Install yamllint
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GOSEC_VERSION?=2.22.10
KIND_VERSION?=0.30.0
KUBECTL_VERSION?=1.34.0
INSTALL_LOCATION?=/usr/local/bin
GO_BUILDER_IMAGE?=golang:1.25.9
GO_BUILDER_IMAGE?=golang:1.25.10
CONTROLLER_TOOLS_VERSION?=v0.19.0

CGO?=0
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/IBM/staticroute-operator

go 1.25.9
go 1.25.10

require (
github.com/go-logr/logr v1.4.3
Expand Down
Loading