1
0
Fork 0

Merging upstream version 0.8.13.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-29 07:18:02 +02:00
parent 4ccf9dc8f1
commit bc0f764250
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
28 changed files with 556 additions and 76 deletions

View file

@ -7,6 +7,9 @@ permissions:
contents: write
actions: read
env:
GO_VERSION: 1.24.x
jobs:
build:
runs-on: ubuntu-latest
@ -20,9 +23,9 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Setup Go
uses: actions/setup-go@29694d72cd5e7ef3b09496b39f28a942af47737e
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version: "1.24"
go-version: ${{ env.GO_VERSION }}
- name: Generate Service Config Docs
run: |
@ -31,7 +34,7 @@ jobs:
./generate-service-config-docs.sh
- name: Setup Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
uses: actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
with:
python-version: "3.13.3"
cache: "pip"