We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29112b0 commit ee065b5Copy full SHA for ee065b5
.github/workflows/build-deb.yaml
@@ -69,6 +69,10 @@ jobs:
69
cargo-vendor-filterer@${{ env.CARGO_VENDOR_FILTERER_VERSION }}
70
command -v cargo-vendor-filterer
71
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
76
77
# FIXME: Use dynamic outputs when possible: https://github.com/actions/runner/pull/2477
78
- name: Generate outputs
0 commit comments