Skip to content

Commit 643778f

Browse files
Update screwdriver.yaml
1 parent 3e4084c commit 643778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screwdriver.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fi
2323
- vet: go vet ./...
2424
- build: go install -v ./...
25-
- test-setup: go get gotest.tools/gotestsum@v0.6.0
25+
- test-setup: go get gotest.tools/gotestsum@latest
2626
- test: gotestsum --format testname --jsonfile ${SD_ARTIFACTS_DIR}/report.json -- -coverprofile=${SD_ARTIFACTS_DIR}/coverage.out ./...
2727

2828
deploy:

0 commit comments

Comments
 (0)