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

Merge branch 'update-golang-version' of gitea/log into master

This commit is contained in:
Andrew Thornton
2019-05-25 06:28:11 +00:00
committed by Gitea

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