Skip to content

Commit

Permalink
bump go version in holodeck
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Jan 14, 2025
1 parent db3f0a5 commit e0ed74c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## limitations under the License.
##

FROM golang:1.22-bookworm AS builder
FROM golang:1.23-bookworm AS builder

WORKDIR /src
COPY . .
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/NVIDIA/holodeck

go 1.22.3
go 1.23.0

toolchain go1.23.4

require (
Expand Down

0 comments on commit e0ed74c

Please sign in to comment.