Skip to content

Commit 6de9534

Browse files
committed
Merge remote-tracking branch 'v3io/development' into IG-23283
2 parents 6ee42f6 + 77c6025 commit 6de9534

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)