Skip to content

Commit 77c6025

Browse files
committed
Use bookworm image in CI jobs
1 parent d38784e commit 77c6025

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Lint & test Go code
2626
runs-on: [ self-hosted, Linux ]
2727
container:
28-
image: golang:1.23
28+
image: golang:1.23-bookworm
2929

3030
steps:
3131
- name: Dump github context

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Lint & test Go code
2626
runs-on: [ self-hosted, Linux ]
2727
container:
28-
image: golang:1.23
28+
image: golang:1.23-bookworm
2929

3030
steps:
3131
- name: Dump github context

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Lint & test Go code
2525
runs-on: [ self-hosted, Linux ]
2626
container:
27-
image: golang:1.23
27+
image: golang:1.23-bookworm
2828

2929
steps:
3030
- name: Dump github context

0 commit comments

Comments
 (0)