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 listener/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/runtime-watcher/listener

go 1.25.1
go 1.25.3

require (
github.com/go-logr/logr v1.4.3
Expand Down
2 changes: 1 addition & 1 deletion runtime-watcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.25.2-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.25.3-alpine as builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion runtime-watcher/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/runtime-watcher/skr

go 1.25.1
go 1.25.3

require (
github.com/go-logr/logr v1.4.3
Expand Down
2 changes: 1 addition & 1 deletion runtime-watcher/tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/runtime-watcher/tests

go 1.25.1
go 1.25.3

replace (
github.com/kyma-project/runtime-watcher/listener => ../../listener
Expand Down
Loading