File tree 2 files changed +4
-16
lines changed 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 15
15
os : [ubuntu-latest, macos-latest, windows-latest]
16
16
17
17
steps :
18
- # https://github.com/marketplace/actions/checkout
19
- - name : Checkout code
20
- uses : actions/checkout@v4
21
-
22
- # https://github.com/marketplace/actions/setup-go-environment
23
- - name : Set up Go ${{ matrix.go-version }}
24
- uses : actions/setup-go@v5
18
+ - uses : actions/checkout@v4
19
+ - uses : actions/setup-go@v5
25
20
with :
26
21
go-version : ${{ matrix.go-version }}
27
22
Original file line number Diff line number Diff line change 17
17
CGO_ENABLED : 0
18
18
19
19
steps :
20
- # https://github.com/marketplace/actions/checkout
21
- - name : Check out code
22
- uses : actions/checkout@v4
23
- with :
24
- fetch-depth : 0
25
-
26
- # https://github.com/marketplace/actions/setup-go-environment
27
- - name : Set up Go ${{ env.GO_VERSION }}
28
- uses : actions/setup-go@v5
20
+ - uses : actions/checkout@v4
21
+ - uses : actions/setup-go@v5
29
22
with :
30
23
go-version : ${{ env.GO_VERSION }}
31
24
You can’t perform that action at this time.
0 commit comments