Skip to content

Commit

Permalink
build-image-distrobuilder: Switch to Go 1.23.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Nov 5, 2024
1 parent 7715b6b commit 2a6c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-image-distrobuilder
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ apt-get clean
# Install distrobuilder
GOARCH=\$(dpkg --print-architecture)
[ "\${GOARCH}" = "armhf" ] && GOARCH=armv6l
curl -sL "https://go.dev/dl/go1.21.3.linux-\${GOARCH}.tar.gz" | tar -zx -C /usr/local/
curl -sL "https://go.dev/dl/go1.23.2.linux-\${GOARCH}.tar.gz" | tar -zx -C /usr/local/
export PATH=/usr/local/go/bin:\${PATH}
git clone https://github.com/lxc/distrobuilder --depth 1
Expand Down

0 comments on commit 2a6c9cd

Please sign in to comment.