Skip to content

Commit 800bf79

Browse files
TP HoneywULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf
authored andcommitted
Merge pull request drone-plugins#338 from tphoney/bump-go-1.13
(maint) bump git to 1.13 for build and test
1 parent 127d576 commit 800bf79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.drone.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ platform:
88

99
steps:
1010
- name: vet
11+
pull: always
1112
image: golang:1.13
1213
commands:
1314
- go vet ./...
@@ -18,6 +19,7 @@ steps:
1819
path: /go
1920

2021
- name: test
22+
pull: always
2123
image: golang:1.13
2224
commands:
2325
- go test -cover ./...
@@ -49,6 +51,7 @@ platform:
4951

5052
steps:
5153
- name: build-push
54+
pull: always
5255
image: golang:1.13
5356
commands:
5457
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/amd64/drone-docker ./cmd/drone-docker"
@@ -61,6 +64,7 @@ steps:
6164
- tag
6265

6366
- name: build-tag
67+
pull: always
6468
image: golang:1.13
6569
commands:
6670
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/linux/amd64/drone-docker ./cmd/drone-docker"
@@ -72,6 +76,7 @@ steps:
7276
- tag
7377

7478
- name: executable
79+
pull: always
7580
image: golang:1.13
7681
commands:
7782
- ./release/linux/amd64/drone-docker --help

0 commit comments

Comments
 (0)