File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 uses : actions/setup-go@v2
1010 with :
1111 go-version : 1.17
12-
13- - name : Cache Go
14- id : cache
15- uses : actions/cache@v2
16- with :
17- # A list of files, directories, and wildcard patterns to cache and restore
18- path : ~/go/pkg/mod
19- key : ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
2012
2113 - name : Check out code into the Go module directory
2214 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 99 uses : actions/setup-go@v2
1010 with :
1111 go-version : 1.17
12-
13- - name : Cache Go
14- id : cache
15- uses : actions/cache@v2
16- with :
17- # A list of files, directories, and wildcard patterns to cache and restore
18- path : ~/go/pkg/mod
19- key : ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
2012
2113 - name : Check out code into the Go module directory
2214 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments