Update release-ppa.yml

This commit is contained in:
Coder 2025-10-08 20:24:31 +02:00 committed by GitHub
parent 82914dcc82
commit f65c78a92f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,14 +17,14 @@ jobs:
name: PPA Upload name: PPA Upload
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- name: Show environment - name: Show environment
run: | run: |
env env
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: 1.24 go-version: 1.24
cache: false cache: false