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

Testing in go 1.13 version (#16)

This commit is contained in:
appleboy
2019-09-18 14:53:58 +00:00
committed by Gitea
parent 52ddba8962
commit b69782918c

View File

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