mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Second try: Update to Go 1.10 (!)
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| defaults: &defaults | ||||
|   working_directory: /go/src/github.com/gohugoio | ||||
|   docker: | ||||
|       - image: bepsays/ci-goreleaser:0.34.2-8 | ||||
|       - image: bepsays/ci-goreleaser:0.34.2-9 | ||||
|      | ||||
| version: 2 | ||||
| jobs: | ||||
|   | ||||
| @@ -2,8 +2,8 @@ language: go | ||||
| sudo: required | ||||
| dist: precise | ||||
| go: | ||||
|   - 1.8.7 | ||||
|   - 1.9.4 | ||||
|   - "1.10" | ||||
|   - tip | ||||
| os: | ||||
|   - linux | ||||
|   | ||||
| @@ -36,4 +36,4 @@ parts: | ||||
|       strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo | ||||
|     after: [go] | ||||
|   go: | ||||
|     source-tag: go1.9.4 | ||||
|     source-tag: go1.10 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user