CI: update workflows

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2025-02-06 17:09:31 +01:00
parent 519d201e74
commit b77be826e6
3 changed files with 6 additions and 6 deletions

View File

@@ -463,7 +463,7 @@ jobs:
build-linux-packages:
name: Build Linux packages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
docker_pkg:
- debian
- alpine
@@ -25,10 +25,10 @@ jobs:
- true
- false
include:
- os: ubuntu-latest
- os: ubuntu-22.04
docker_pkg: distroless
optional_deps: false
- os: ubuntu-latest
- os: ubuntu-22.04
docker_pkg: debian-plugins
optional_deps: true
steps:

View File

@@ -9,7 +9,7 @@ permissions:
contents: write
env:
GO_VERSION: 1.23.3
GO_VERSION: 1.23.6
jobs:
prepare-sources-with-deps:
@@ -296,7 +296,7 @@ jobs:
prepare-linux:
name: Prepare Linux binaries
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include: