Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand All @@ -106,7 +106,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand All @@ -158,7 +158,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
uses: actions/checkout@v6

- name: Build image
uses: evalops/service-runtime/.github/actions/build-docker-image@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/build-docker-image@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
dockerfile: ./Dockerfile
tags: siphon:ci
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-candidate-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand All @@ -52,7 +52,7 @@ jobs:
run: echo "IMAGE_TAG=rc-${{ github.run_id }}-${{ github.run_attempt }}" >> "$GITHUB_ENV"

- name: Build release-candidate image
uses: evalops/service-runtime/.github/actions/build-docker-image@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/build-docker-image@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
dockerfile: ./Dockerfile
tags: ${{ env.TAP_IMAGE_REPO }}:${{ env.IMAGE_TAG }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v6

- name: Setup Go
uses: evalops/service-runtime/.github/actions/setup-go-service@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/setup-go-service@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
go-version: "1.26.2"
download: "false"
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Build and push image
id: build
uses: evalops/service-runtime/.github/actions/publish-ghcr-image@d348819979602be3a2b8349b5dccd41488bb7cd2
uses: evalops/service-runtime/.github/actions/publish-ghcr-image@e9e24df11fe3162fba91fbc7d138ca43496bbd27
with:
image_name: ghcr.io/${{ github.repository }}
github_actor: ${{ github.actor }}
Expand Down
Loading