Skip to content

Commit

Permalink
Use go 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Sep 25, 2024
1 parent 24c74ab commit 8e4aca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_SERVER_IMAGE=temporalio/base-server:1.15.7
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.14.8
ARG BASE_BUILDER_IMAGE=temporalio/base-builder:1.15.0

FROM ${BASE_BUILDER_IMAGE} AS server-builder

Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/temporalio/ui-server/v2

go 1.22.6
go 1.23.0

require (
github.com/coreos/go-oidc/v3 v3.1.0
Expand Down

0 comments on commit 8e4aca5

Please sign in to comment.