File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,18 @@ jobs:
27
27
with :
28
28
go-version : ${{ matrix.go_version }}
29
29
check-latest : true
30
+ cache : true
31
+ cache-dependency-path : ' go.sum'
30
32
31
- - name : Cache Go Modules
32
- uses : actions/cache@v4
33
- with :
34
- path : |
35
- ~/go/pkg/mod
36
- ~/.cache/go-build
37
- key : go-${{ matrix.go_version }}-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
38
- restore-keys : |
39
- go-${{ matrix.go_version }}-${{ runner.os }}-
33
+ # - name: Cache Go Modules
34
+ # uses: actions/cache@v4
35
+ # with:
36
+ # path: |
37
+ # ~/go/pkg/mod
38
+ # ~/.cache/go-build
39
+ # key: go-${{ matrix.go_version }}-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
40
+ # restore-keys: |
41
+ # go-${{ matrix.go_version }}-${{ runner.os }}-
40
42
41
43
- name : Check Go version
42
44
run : go version
You can’t perform that action at this time.
0 commit comments