File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 outputs :
2929 hashes : ${{ steps.hash.outputs.hashes }}
3030 steps :
31- - name : Set up Go
32- uses : actions/setup-go@v5
33- with :
34- go-version-file : go.mod
3531 - name : Checkout
3632 uses : actions/checkout@v4
3733 with :
3834 fetch-depth : 0
35+ - name : Set up Go
36+ uses : actions/setup-go@v5
37+ with :
38+ go-version-file : go.mod
3939 - name : Build
4040 run : make porchctl
4141 - name : Pack binary
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 outputs :
2929 hashes : ${{ steps.hash.outputs.hashes }}
3030 steps :
31- - name : Set up Go
32- uses : actions/setup-go@v5
33- with :
34- go-version-file : go.mod
35-
3631 - name : Checkout
3732 uses : actions/checkout@v4
3833 with :
3934 fetch-depth : 0
35+
36+ - name : Set up Go
37+ uses : actions/setup-go@v5
38+ with :
39+ go-version-file : go.mod
4040
4141 - name : Download kpt CLI
4242 run : mkdir -p bin && wget -O bin/kpt https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.55/kpt_linux_amd64 && chmod +x bin/kpt
You can’t perform that action at this time.
0 commit comments