1
0
mirror of https://gitea.com/gitea/log synced 2025-10-06 00:43:44 +02:00

erge branch 'master' into fix-race

This commit is contained in:
Andrew Thornton
2019-05-25 07:31:49 +01:00

View File

@@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: golang:1.8
image: golang:1.10
commands:
- go get -t -d -v ./...
- go build -v