Patch version of golang (#31)

master
techknowlogick 5 years ago committed by Gitea
parent 1ebad29137
commit 78c8a34ae1
  1. 12
      drone.yml

@ -10,7 +10,7 @@ clone:
pipeline: pipeline:
deps: deps:
image: golang:1.11.2 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
@ -20,14 +20,14 @@ pipeline:
- go get -u github.com/gobuffalo/packr/... - go get -u github.com/gobuffalo/packr/...
- packr -z - packr -z
test: test:
image: golang:1.11.2 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
commands: commands:
- make test build - make test build
coverage: coverage:
image: golang:1.11.2 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
@ -35,7 +35,7 @@ pipeline:
commands: commands:
- make coverage - make coverage
static: static:
image: golang:1.11.2 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
@ -45,7 +45,7 @@ pipeline:
event: [ push ] event: [ push ]
branch: [ master ] branch: [ master ]
static: static:
image: golang:1.11.2 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
@ -54,7 +54,7 @@ pipeline:
when: when:
event: [ tag ] event: [ tag ]
clean: clean:
image: golang:1.11.2 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
Loading…
Cancel
Save