Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@cac5638c2935870453cf669e803936a80e17ac7b
uses: evalops/service-runtime/.github/actions/setup-go-service@51773406f815add11d5dabb201780fd16abb5b20
with:
go-version: "1.26.2"
cache: true
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@cac5638c2935870453cf669e803936a80e17ac7b
uses: evalops/service-runtime/.github/actions/setup-go-service@51773406f815add11d5dabb201780fd16abb5b20
with:
go-version: "1.26.2"
cache: true
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@cac5638c2935870453cf669e803936a80e17ac7b
uses: evalops/service-runtime/.github/actions/setup-go-service@51773406f815add11d5dabb201780fd16abb5b20
with:
go-version: "1.26.2"
cache: true
Expand All @@ -114,7 +114,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@cac5638c2935870453cf669e803936a80e17ac7b
uses: evalops/service-runtime/.github/actions/setup-go-service@51773406f815add11d5dabb201780fd16abb5b20
with:
go-version: "1.26.2"
cache: true
Expand Down
Loading