Skip to content

Commit 3db1198

Browse files
committed
Bumped version of Go compiler in dockerfile.
1 parent 520c86d commit 3db1198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN echo "%apt-users ALL=(ALL) NOPASSWD: /usr/bin/apt update, /usr/bin/apt insta
4747
#######################################################################################################
4848
# Go and GoNB Libraries
4949
#######################################################################################################
50-
ARG GO_VERSION=1.23.5
50+
ARG GO_VERSION=1.24.3
5151
ENV GOROOT=/usr/local/go
5252
ENV GOPATH=$HOME/go
5353
ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin

0 commit comments

Comments
 (0)