Skip to content

Commit f3eb82c

Browse files
committed
update go
1 parent c4f8fd8 commit f3eb82c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bridge/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/microsoft/typescript-go/cbridge
22

3-
go 1.24.2
3+
go 1.25.2
44

5-
toolchain go1.24.4
5+
toolchain go1.25.4
66

77
require (
88
github.com/evanw/esbuild v0.25.5

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/x86_64 golang:1.24-bookworm AS build
1+
FROM --platform=linux/x86_64 golang:1.25-bookworm AS build
22

33
# Accept git commit as build argument
44
ARG GIT_COMMIT=unknown

server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/microsoft/typescript-go/serverexample
22

3-
go 1.24.2
3+
go 1.25.2
44

5-
toolchain go1.24.4
5+
toolchain go1.25.4
66

77
require (
88
github.com/aws/aws-sdk-go-v2 v1.38.0

0 commit comments

Comments
 (0)