Skip to content

Commit

Permalink
Update Go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Oct 30, 2024
1 parent d8def1a commit f6e3c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @license MIT (see LICENSE)
# @link https://github.com/tecnickcom/alldev
# ------------------------------------------------------------------------------
ARG GO_VERSION="1.22"
ARG GO_VERSION="1.23"
FROM golang:${GO_VERSION}
ENV PATH=/root/.local/bin:$PATH
ENV USER=root
Expand Down

0 comments on commit f6e3c9d

Please sign in to comment.