We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cb806 commit fc678c8Copy full SHA for fc678c8
.github/workflows/check-linux-build-image.yml
@@ -14,8 +14,8 @@ jobs:
14
strategy:
15
matrix:
16
build:
17
- - runtime: golang:1.25.1-alpine3.22
18
- - runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.1-bookworm
+ - runtime: golang:1.25.5-alpine3.22
+ - runtime: mcr.microsoft.com/oss/go/microsoft/golang:1.25.5-bookworm
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
.github/workflows/create_build_image.yml
suffix: "-boringcrypto"
0 commit comments