update golang to 1.11
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									d275ddbccb
								
							
						
					
					
						commit
						9c3e923959
					
				
							
								
								
									
										20
									
								
								.drone.yml
								
								
								
								
							
							
						
						
									
										20
									
								
								.drone.yml
								
								
								
								
							| 
						 | 
				
			
			@ -10,7 +10,7 @@ clone:
 | 
			
		|||
 | 
			
		||||
pipeline:
 | 
			
		||||
  deps:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    group: golang
 | 
			
		||||
    commands:
 | 
			
		||||
| 
						 | 
				
			
			@ -18,7 +18,7 @@ pipeline:
 | 
			
		|||
      - make embedmd
 | 
			
		||||
 | 
			
		||||
  lint:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    group: golang
 | 
			
		||||
    commands:
 | 
			
		||||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ pipeline:
 | 
			
		|||
      - make lint
 | 
			
		||||
 | 
			
		||||
  vendor:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    group: golang
 | 
			
		||||
    commands:
 | 
			
		||||
| 
						 | 
				
			
			@ -35,35 +35,35 @@ pipeline:
 | 
			
		|||
      - make fmt-check
 | 
			
		||||
 | 
			
		||||
  build_linux_amd64:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    group: golang
 | 
			
		||||
    commands:
 | 
			
		||||
      - make build_linux_amd64
 | 
			
		||||
 | 
			
		||||
  build_linux_i386:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    group: golang
 | 
			
		||||
    commands:
 | 
			
		||||
      - make build_linux_i386
 | 
			
		||||
 | 
			
		||||
  build_linux_arm64:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    group: golang
 | 
			
		||||
    commands:
 | 
			
		||||
      - make build_linux_arm64
 | 
			
		||||
 | 
			
		||||
  build_linux_arm:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    group: golang
 | 
			
		||||
    commands:
 | 
			
		||||
      - make build_linux_arm
 | 
			
		||||
 | 
			
		||||
  # coverage:
 | 
			
		||||
  #   image: golang:1.10
 | 
			
		||||
  #   image: golang:1.11
 | 
			
		||||
  #   pull: true
 | 
			
		||||
  #   group: golang
 | 
			
		||||
  #   secrets: [ android_test_token, android_api_key ]
 | 
			
		||||
| 
						 | 
				
			
			@ -73,7 +73,7 @@ pipeline:
 | 
			
		|||
  #     event: [ push, pull_request ]
 | 
			
		||||
 | 
			
		||||
  # generate-coverage:
 | 
			
		||||
  #   image: golang:1.10
 | 
			
		||||
  #   image: golang:1.11
 | 
			
		||||
  #   pull: true
 | 
			
		||||
  #   commands:
 | 
			
		||||
  #     - make coverage
 | 
			
		||||
| 
						 | 
				
			
			@ -89,7 +89,7 @@ pipeline:
 | 
			
		|||
  #     event: [ push, pull_request ]
 | 
			
		||||
 | 
			
		||||
  release:
 | 
			
		||||
    image: golang:1.10
 | 
			
		||||
    image: golang:1.11
 | 
			
		||||
    pull: true
 | 
			
		||||
    commands:
 | 
			
		||||
      - make release
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue