Browse Source

update golang to 1.11

update-packer-186
Bo-Yi Wu 6 years ago
committed by GitHub
parent
commit
3f96ebca30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .drone.yml

10
.drone.yml

@ -10,7 +10,7 @@ clone:
pipeline: pipeline:
lint: lint:
image: golang:1.10 image: golang:1.11
pull: true pull: true
commands: commands:
- make vet - make vet
@ -28,28 +28,28 @@ pipeline:
event: [ push, pull_request ] event: [ push, pull_request ]
build_linux_amd64: build_linux_amd64:
image: golang:1.10 image: golang:1.11
pull: true pull: true
group: build group: build
commands: commands:
- make build_linux_amd64 - make build_linux_amd64
build_linux_i386: build_linux_i386:
image: golang:1.10 image: golang:1.11
pull: true pull: true
group: build group: build
commands: commands:
- make build_linux_i386 - make build_linux_i386
build_linux_arm64: build_linux_arm64:
image: golang:1.10 image: golang:1.11
pull: true pull: true
group: build group: build
commands: commands:
- make build_linux_arm64 - make build_linux_arm64
build_linux_arm: build_linux_arm:
image: golang:1.10 image: golang:1.11
pull: true pull: true
group: build group: build
commands: commands:

Loading…
Cancel
Save