Skip to content

Commit b22a166

Browse files
authored
Use Go version to 1.23 when building horizon (#660)
We are now building horizon with Go version 1.23, see stellar/go#5561
1 parent 65efdfc commit b22a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.horizon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 AS builder
1+
FROM golang:1.23 AS builder
22

33
ARG REF
44
WORKDIR /go/src/github.com/stellar/go

0 commit comments

Comments
 (0)