mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Update Golang (#185)
update golang Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/185 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -13,7 +13,7 @@ workspace: | |||||||
| steps: | steps: | ||||||
| - name: build | - name: build | ||||||
|   pull: always |   pull: always | ||||||
|   image: golang:1.13 |   image: golang:1.15 | ||||||
|   environment: |   environment: | ||||||
|       GOPROXY: https://goproxy.cn |       GOPROXY: https://goproxy.cn | ||||||
|   commands: |   commands: | ||||||
| @@ -32,7 +32,7 @@ steps: | |||||||
|  |  | ||||||
| - name: unit-test | - name: unit-test | ||||||
|   pull: always |   pull: always | ||||||
|   image: golang:1.13 |   image: golang:1.15 | ||||||
|   commands: |   commands: | ||||||
|   - make unit-test-coverage |   - make unit-test-coverage | ||||||
|   settings: |   settings: | ||||||
| @@ -46,7 +46,7 @@ steps: | |||||||
|  |  | ||||||
| - name: release-test | - name: release-test | ||||||
|   pull: always |   pull: always | ||||||
|   image: golang:1.13 |   image: golang:1.15 | ||||||
|   commands: |   commands: | ||||||
|   - make test |   - make test | ||||||
|   settings: |   settings: | ||||||
| @@ -60,7 +60,7 @@ steps: | |||||||
|  |  | ||||||
| - name: tag-test | - name: tag-test | ||||||
|   pull: always |   pull: always | ||||||
|   image: golang:1.13 |   image: golang:1.15 | ||||||
|   commands: |   commands: | ||||||
|   - make test |   - make test | ||||||
|   settings: |   settings: | ||||||
|   | |||||||
| @@ -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/) | 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 | ```sh | ||||||
| go get code.gitea.io/tea | go get code.gitea.io/tea | ||||||
| go install code.gitea.io/tea | go install code.gitea.io/tea | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 6543
					6543