File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
- name : Prepare for Go
31
31
run : |
32
32
sudo apt-get install -y make gcc
33
+ - name : Checkout code
34
+ uses : actions/checkout@v4
33
35
- name : Install Go
34
36
uses : actions/setup-go@v5
35
37
with :
36
38
go-version : ${{ matrix.go }}
37
- - name : Checkout code
38
- uses : actions/checkout@v4
39
39
- name : Run tests
40
40
run : |
41
41
# separate test to avoid RESET MASTER conflict
@@ -64,11 +64,11 @@ jobs:
64
64
- name : Prepare for Go
65
65
run : |
66
66
sudo apt-get install -y make gcc
67
+ - name : Checkout code
68
+ uses : actions/checkout@v4
67
69
- name : Install Go
68
70
uses : actions/setup-go@v5
69
71
with :
70
72
go-version : " 1.22"
71
- - name : Checkout code
72
- uses : actions/checkout@v4
73
73
- name : Build on ${{ matrix.os }}/${{ matrix.arch }}
74
74
run : GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build ./...
You can’t perform that action at this time.
0 commit comments