Skip to content

Commit

Permalink
upgrade golang to 1.23.1 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl authored Sep 23, 2024
1 parent 7a98dd7 commit 3eeb2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.0-alpine3.20 AS builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.1-alpine3.20 AS builder

ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/eventing-publisher-proxy

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/kyma-project/eventing-publisher-proxy

go 1.23.0
go 1.23.1

require (
github.com/cloudevents/sdk-go/v2 v2.15.2
Expand Down

0 comments on commit 3eeb2ec

Please sign in to comment.