Skip to content

Commit af280ee

Browse files
committed
CI: update workflows
Signed-off-by: Nicola Murino <[email protected]>
1 parent 74ffad8 commit af280ee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463

464464
build-linux-packages:
465465
name: Build Linux packages
466-
runs-on: ubuntu-latest
466+
runs-on: ubuntu-22.04
467467
strategy:
468468
matrix:
469469
include:

.github/workflows/docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
strategy:
1818
matrix:
1919
os:
20-
- ubuntu-latest
20+
- ubuntu-22.04
2121
docker_pkg:
2222
- debian
2323
- alpine
2424
optional_deps:
2525
- true
2626
- false
2727
include:
28-
- os: ubuntu-latest
28+
- os: ubuntu-22.04
2929
docker_pkg: distroless
3030
optional_deps: false
31-
- os: ubuntu-latest
31+
- os: ubuntu-22.04
3232
docker_pkg: debian-plugins
3333
optional_deps: true
3434
steps:
@@ -163,7 +163,7 @@ jobs:
163163
if: ${{ github.event_name != 'pull_request' }}
164164

165165
- name: Build and push
166-
uses: docker/build-push-action@v5
166+
uses: docker/build-push-action@v6
167167
with:
168168
context: .
169169
builder: ${{ steps.builder.outputs.name }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
env:
12-
GO_VERSION: 1.22.9
12+
GO_VERSION: 1.22.12
1313

1414
jobs:
1515
prepare-sources-with-deps:
@@ -296,7 +296,7 @@ jobs:
296296

297297
prepare-linux:
298298
name: Prepare Linux binaries
299-
runs-on: ubuntu-latest
299+
runs-on: ubuntu-22.04
300300
strategy:
301301
matrix:
302302
include:

0 commit comments

Comments
 (0)