Skip to content

Commit 0aa8b2d

Browse files
authored
Merge pull request #6113 from mysteriumnetwork/fix-launchpad-build
One more fix for launchpad
2 parents 5c91837 + 9cdbabb commit 0aa8b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release_ppa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ echo "myst ($VERSION+build$BUILD+$DISTR) $DISTR; urgency=medium
4848
echo '#!/usr/bin/make -f
4949
5050
export DH_VERBOSE := 1
51-
export PATH := /usr/lib/go-1.20/bin/:$(PATH)
51+
export PATH := /usr/lib/go-1.24/bin/:$(PATH)
5252
export GOPATH := $(CURDIR)/go
5353
export BUILD_COMMIT := '$BUILD_COMMIT'
5454
export BUILD_BRANCH := '$BUILD_BRANCH'

0 commit comments

Comments
 (0)