mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-03 11:00:09 -05:00
ci: stop using raw "go run"
This commit is contained in:
parent
eebaef9ddd
commit
055fb32918
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…
x
Reference in New Issue
Block a user