File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ jobs:
463
463
464
464
build-linux-packages :
465
465
name : Build Linux packages
466
- runs-on : ubuntu-latest
466
+ runs-on : ubuntu-22.04
467
467
strategy :
468
468
matrix :
469
469
include :
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
17
17
strategy :
18
18
matrix :
19
19
os :
20
- - ubuntu-latest
20
+ - ubuntu-22.04
21
21
docker_pkg :
22
22
- debian
23
23
- alpine
24
24
optional_deps :
25
25
- true
26
26
- false
27
27
include :
28
- - os : ubuntu-latest
28
+ - os : ubuntu-22.04
29
29
docker_pkg : distroless
30
30
optional_deps : false
31
- - os : ubuntu-latest
31
+ - os : ubuntu-22.04
32
32
docker_pkg : debian-plugins
33
33
optional_deps : true
34
34
steps :
@@ -163,7 +163,7 @@ jobs:
163
163
if : ${{ github.event_name != 'pull_request' }}
164
164
165
165
- name : Build and push
166
- uses : docker/build-push-action@v5
166
+ uses : docker/build-push-action@v6
167
167
with :
168
168
context : .
169
169
builder : ${{ steps.builder.outputs.name }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
contents : write
10
10
11
11
env :
12
- GO_VERSION : 1.22.9
12
+ GO_VERSION : 1.22.12
13
13
14
14
jobs :
15
15
prepare-sources-with-deps :
@@ -296,7 +296,7 @@ jobs:
296
296
297
297
prepare-linux :
298
298
name : Prepare Linux binaries
299
- runs-on : ubuntu-latest
299
+ runs-on : ubuntu-22.04
300
300
strategy :
301
301
matrix :
302
302
include :
You can’t perform that action at this time.
0 commit comments