Skip to content

Commit 0cdc332

Browse files
authored
upgrade golang version to 1.24.4 (#809)
1 parent 8dd55ac commit 0cdc332

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-bookworm AS builder
1+
FROM golang:1.24-bookworm AS builder
22

33
WORKDIR /app
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/temporalio/cli
22

3-
go 1.23.2
3+
go 1.24.4
44

55
require (
66
github.com/BurntSushi/toml v1.4.0

0 commit comments

Comments
 (0)