File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 55 branches : [ main ]
66 pull_request :
77 branches : [ main ]
8- workflow_dispatch :
98
109jobs :
1110 test :
2423 uses : actions/cache@v3
2524 continue-on-error : true
2625 with :
27- path : ~/go/pkg/mod
26+ path : |
27+ ~/go/pkg/mod
28+ ~/.cache/go-build
2829 key : ${{ runner.os }}-go-${{ hashFiles('services/bounty-service/go.sum') }}
2930 restore-keys : |
3031 ${{ runner.os }}-go-
6263 with :
6364 go-version : ' 1.24.3'
6465
66+ - name : Cache Go build
67+ uses : actions/cache@v3
68+ continue-on-error : true
69+ with :
70+ path : |
71+ ~/go/pkg/mod
72+ ~/.cache/go-build
73+ key : ${{ runner.os }}-go-${{ hashFiles('services/bounty-service/go.sum') }}
74+ restore-keys : |
75+ ${{ runner.os }}-go-
76+
6577 - name : Run golangci-lint
6678 uses : golangci/golangci-lint-action@v3
6779 with :
You can’t perform that action at this time.
0 commit comments