We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ee42f6 + 77c6025 commit 6de9534Copy full SHA for 6de9534
.github/workflows/pr.yaml
@@ -25,7 +25,7 @@ jobs:
25
name: Lint & test Go code
26
runs-on: [ self-hosted, Linux ]
27
container:
28
- image: golang:1.23
+ image: golang:1.23-bookworm
29
30
steps:
31
- name: Dump github context
.github/workflows/push.yaml
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
0 commit comments