We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38784e commit 77c6025Copy full SHA for 77c6025
.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