Skip to content

Commit

Permalink
chore: Bump go versions to 1.23.2 (#397)
Browse files Browse the repository at this point in the history
bump go versions to latest
  • Loading branch information
lindnerby authored Oct 2, 2024
1 parent 88e2ab5 commit 9b47865
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion listener/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Run from root context!!
FROM golang:1.22.7-alpine as builder
FROM golang:1.23.2-alpine as builder

WORKDIR /app

Expand Down
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.22.6
go 1.23.2

require (
github.com/go-logr/logr v1.4.2
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 golang:1.22.7-alpine as builder
FROM golang:1.23.2-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.22.6
go 1.23.2

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

0 comments on commit 9b47865

Please sign in to comment.