Skip to content

Commit

Permalink
CI: update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
  • Loading branch information
drakkan committed Feb 6, 2025
1 parent 74ffad8 commit af280ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ jobs:

build-linux-packages:
name: Build Linux packages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
docker_pkg:
- debian
- alpine
optional_deps:
- 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:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
builder: ${{ steps.builder.outputs.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: write

env:
GO_VERSION: 1.22.9
GO_VERSION: 1.22.12

jobs:
prepare-sources-with-deps:
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:

prepare-linux:
name: Prepare Linux binaries
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down

0 comments on commit af280ee

Please sign in to comment.