Skip to content

Commit e0ed74c

Browse files
committed
bump go version in holodeck
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent db3f0a5 commit e0ed74c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## limitations under the License.
1313
##
1414

15-
FROM golang:1.22-bookworm AS builder
15+
FROM golang:1.23-bookworm AS builder
1616

1717
WORKDIR /src
1818
COPY . .

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/NVIDIA/holodeck
22

3-
go 1.22.3
3+
go 1.23.0
4+
45
toolchain go1.23.4
56

67
require (

0 commit comments

Comments
 (0)