Skip to content

Commit bccd84d

Browse files
committed
go: update Go to v1.23
1 parent ff10546 commit bccd84d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.containerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29
1+
30

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/BitBoxSwiss/bitbox-wallet-app
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/BitBoxSwiss/bitbox02-api-go v0.0.0-20250212204931-2b90fadfc774

scripts/docker_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ aqt install-qt linux desktop 6.8.2 -m qtpositioning qtserialport qtwebchannel qt
8282
npm install -g npm@10
8383
npm install -g locize-cli
8484

85-
curl https://dl.google.com/go/go1.22.5.linux-amd64.tar.gz | tar -xz -C /usr/local
85+
curl https://dl.google.com/go/go1.23.7.linux-amd64.tar.gz | tar -xz -C /usr/local
8686

8787
# fuse is needed to run the linuxdeployqt appimage.
8888
apt-get install -y --no-install-recommends fuse

0 commit comments

Comments
 (0)