Update Golang #185

Merged
lunny merged 1 commits from 6543/tea:golang_1.15 into master 2020-09-19 15:29:19 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ workspace:
steps:
- name: build
pull: always
image: golang:1.13
image: golang:1.15
environment:
GOPROXY: https://goproxy.cn
commands:
@ -32,7 +32,7 @@ steps:
- name: unit-test
pull: always
image: golang:1.13
image: golang:1.15
commands:
- make unit-test-coverage
settings:
@ -46,7 +46,7 @@ steps:
- name: release-test
pull: always
image: golang:1.13
image: golang:1.15
commands:
- make test
settings:
@ -60,7 +60,7 @@ steps:
- name: tag-test
pull: always
image: golang:1.13
image: golang:1.15
commands:
- make test
settings:

View File

@ -14,7 +14,7 @@ It uses [code.gitea.io/sdk](https://code.gitea.io/sdk) and interacts with the Gi
You can use the prebuilt binaries from [dl.gitea.io](https://dl.gitea.io/tea/)
To install from source, go 1.12 or newer is required:
To install from source, go 1.13 or newer is required:
```sh
go get code.gitea.io/tea
go install code.gitea.io/tea