Skip to content

Commit

Permalink
feat(lang-sdk): update golang (1.22.7 -> 1.23.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 8f0ac6c commit 9cccdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/homelab-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ WORKDIR /tmp

# Golang (as per official instructions from https://go.dev/doc/install)
# renovate: datasource=golang-version depName=golang
ARG GOLANG_VERSION="1.22.7"
ARG GOLANG_VERSION="1.23.0"
ENV GOROOT="/usr/local/go"
ENV PATH="$PATH:$GOROOT/bin"
RUN --mount=type=tmpfs,target=/tmp \
Expand Down

0 comments on commit 9cccdc5

Please sign in to comment.