Skip to content

Commit

Permalink
fix image generation (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Dec 16, 2024
1 parent 0062644 commit 490014e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/images/nats-jetstream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 as build-env
FROM golang:1.23 as build-env

WORKDIR /go/src/app
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion e2e/images/nats-jetstream/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kedacore/test-tools

go 1.19
go 1.23

require github.com/nats-io/nats.go v1.31.0

Expand Down

0 comments on commit 490014e

Please sign in to comment.