Skip to content

Commit 5d4ee2c

Browse files
chore(dependabot): bump golang from 1.26.0-alpine to 1.26.1-alpine in /runtime-watcher (#705)
* chore(dependabot): bump golang in /runtime-watcher Bumps golang from 1.26.0-alpine to 1.26.1-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.1-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * also bump go.mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christoph Schwägerl <c.schwaegerl@sap.com>
1 parent 077714f commit 5d4ee2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

listener/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kyma-project/runtime-watcher/listener
22

3-
go 1.26.0
3+
go 1.26.1
44

55
retract v1.1.18 // reason: not a valid release
66

runtime-watcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.26.0-alpine as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.26.1-alpine as builder
22

33
WORKDIR /app
44

runtime-watcher/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kyma-project/runtime-watcher/skr
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
github.com/go-logr/logr v1.4.3

runtime-watcher/tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kyma-project/runtime-watcher/tests
22

3-
go 1.26.0
3+
go 1.26.1
44

55
replace (
66
github.com/kyma-project/runtime-watcher/listener => ../../listener

0 commit comments

Comments
 (0)