Skip to content

Commit

Permalink
Update Dockerfile-go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealKLH authored Oct 26, 2024
1 parent d9a0a1d commit 9ac6ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:18 as build-env
ARG TARGETPLATFORM
ARG RELVER
ARG vcs-ref
ENV GO_VERSION=1.21.4 \
ENV GO_VERSION=1.22.7 \
GOPATH=$HOME/go-packages \
GOROOT=$HOME/go
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
Expand Down

0 comments on commit 9ac6ef8

Please sign in to comment.