Skip to content

Commit ee065b5

Browse files
committed
ci: Use Go backports PPA
1 parent 29112b0 commit ee065b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-deb.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
cargo-vendor-filterer@${{ env.CARGO_VENDOR_FILTERER_VERSION }}
7070
command -v cargo-vendor-filterer
7171
fi
72+
# Install Go 1.25 from our Go backports PPA
73+
sudo add-apt-repository ppa:ubuntu-enterprise-desktop/golang
74+
sudo apt-get update -y
75+
sudo apt-get install -y golang-1.25
7276
7377
# FIXME: Use dynamic outputs when possible: https://github.com/actions/runner/pull/2477
7478
- name: Generate outputs

0 commit comments

Comments
 (0)