Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-linux-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
build:
- runtime: golang:1.25.1-alpine3.22
- 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
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
build:
- runtime: golang:1.25.1-alpine3.22
- 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
suffix: "-boringcrypto"
runs-on: ubuntu-latest
steps:
Expand Down
Loading