Skip to content

Commit

Permalink
update go version (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored and Tibor Kiss committed Sep 3, 2024
1 parent 082120f commit 8631be0
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/golang:1.22.0-alpine3.19 as builder
FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.22.2-alpine3.19 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.22.0
go 1.22.2

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

0 comments on commit 8631be0

Please sign in to comment.