mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 11:36:10 -04:00
ci: stop using raw "go run"
This commit is contained in:
parent
eebaef9ddd
commit
055fb32918
1 changed files with 1 additions and 7 deletions
8
.github/workflows/build-os-image.yml
vendored
8
.github/workflows/build-os-image.yml
vendored
|
@ -637,16 +637,10 @@ jobs:
|
|||
with:
|
||||
ref: ${{ inputs.ref || github.head_ref }}
|
||||
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
|
||||
with:
|
||||
go-version: "1.21.1"
|
||||
cache: true
|
||||
|
||||
- name: Create CLI compatibility information artifact
|
||||
shell: bash
|
||||
run: |
|
||||
go run ./hack/cli-k8s-compatibility/main.go \
|
||||
bazel run //hack/cli-k8s-compatibility -- \
|
||||
--ref=${{ needs.build-settings.outputs.ref }} \
|
||||
--stream=${{ needs.build-settings.outputs.stream }} \
|
||||
--version=${{ needs.build-settings.outputs.imageVersion }} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue