We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077714f commit 5d4ee2cCopy full SHA for 5d4ee2c
4 files changed
listener/go.mod
@@ -1,6 +1,6 @@
1
module github.com/kyma-project/runtime-watcher/listener
2
3
-go 1.26.0
+go 1.26.1
4
5
retract v1.1.18 // reason: not a valid release
6
runtime-watcher/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=$BUILDPLATFORM golang:1.26.0-alpine as builder
+FROM --platform=$BUILDPLATFORM golang:1.26.1-alpine as builder
WORKDIR /app
runtime-watcher/go.mod
module github.com/kyma-project/runtime-watcher/skr
require (
github.com/go-logr/logr v1.4.3
runtime-watcher/tests/go.mod
module github.com/kyma-project/runtime-watcher/tests
replace (
github.com/kyma-project/runtime-watcher/listener => ../../listener
0 commit comments