Skip to content

Commit 63e2ea8

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 9a63168 commit 63e2ea8

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
@@ -9,6 +9,7 @@ platform:
99
steps:
1010
- name: vet
1111
image: golang:1.17.3
12+
pull: always
1213
commands:
1314
- go vet ./...
1415
environment:
@@ -19,6 +20,7 @@ steps:
1920

2021
- name: test
2122
image: golang:1.17.3
23+
pull: always
2224
commands:
2325
- go test -cover ./...
2426
environment:
@@ -50,6 +52,7 @@ platform:
5052
steps:
5153
- name: build-push
5254
image: golang:1.17.3
55+
pull: always
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"
5558
environment:
@@ -62,6 +65,7 @@ steps:
6265

6366
- name: build-tag
6467
image: golang:1.17.3
68+
pull: always
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"
6771
environment:
@@ -73,6 +77,7 @@ steps:
7377

7478
- name: executable
7579
image: golang:1.17.3
80+
pull: always
7681
commands:
7782
- ./release/linux/amd64/drone-docker --help
7883

0 commit comments

Comments
 (0)