File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 55 branches : [ main ]
66 pull_request :
77 branches : [ main ]
8+ workflow_dispatch :
89
910jobs :
1011 test :
2021
2122 - name : Cache Go modules
2223 uses : actions/cache@v3
24+ continue-on-error : true
2325 with :
2426 path : ~/go/pkg/mod
25- key : ${{ runner.os }}-go-${{ hashFiles('services/bounty-service /go.sum') }}
27+ key : ${{ runner.os }}-go-${{ hashFiles('** /go.sum') }}
2628 restore-keys : |
2729 ${{ runner.os }}-go-
2830
5860 with :
5961 go-version : ' 1.24.3'
6062
63+ - name : Cache Go modules
64+ uses : actions/cache@v3
65+ continue-on-error : true
66+ with :
67+ path : ~/go/pkg/mod
68+ key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
69+ restore-keys : |
70+ ${{ runner.os }}-go-
71+
6172 - name : Run golangci-lint
6273 uses : golangci/golangci-lint-action@v3
6374 with :
You can’t perform that action at this time.
0 commit comments