File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
platform : [ubuntu-latest, macos-latest]
14
14
runs-on : ${{ matrix.platform }}
15
15
steps :
16
- - uses : actions/setup-go@v4
17
- with :
18
- go-version : ${{ matrix.go-version }}
19
16
- uses : actions/checkout@v3
20
17
with :
21
18
fetch-depth : 1
19
+ - uses : actions/setup-go@v4
20
+ with :
21
+ go-version : ${{ matrix.go-version }}
22
22
- run : make
23
23
- run : sudo make install
24
24
- run : go test -covermode=atomic -race -v ./...
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
runs-on : ${{ matrix.os }}
16
16
timeout-minutes : 20
17
17
steps :
18
- - uses : actions/setup-go@v4
19
- with :
20
- go-version : ${{ matrix.go-version }}
21
18
- uses : actions/checkout@v3
22
19
with :
23
20
path : go/src/github.com/lima-vm/sshocker
21
+ - uses : actions/setup-go@v4
22
+ with :
23
+ go-version : ${{ matrix.go-version }}
24
24
- name : " Compile binaries"
25
25
working-directory : go/src/github.com/lima-vm/sshocker
26
26
run : make cross
You can’t perform that action at this time.
0 commit comments