File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Checkout
3333 uses : actions/checkout@v2
3434 - name : Cache go modules
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : |
3838 ~/.cache/go-build
5858 export CLOUDSDK_PYTHON="python3"
5959 go test -v -cover -race google.golang.org/appengine/v2/...
6060 # TestAPICallAllocations doesn't run under race detector.
61- go test -v -cover google.golang.org/appengine/v2/internal/... -run TestAPICallAllocations
61+ go test -v -cover google.golang.org/appengine/v2/internal/... -run TestAPICallAllocations
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 uses : actions/checkout@v2
3333 - name : Cache go modules
34- uses : actions/cache@v2
34+ uses : actions/cache@v4
3535 with :
3636 path : |
3737 ~/.cache/go-build
You can’t perform that action at this time.
0 commit comments