Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 089eb5e

Browse files
committed
Upgrade go 1.14.4
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
1 parent b39dae1 commit 089eb5e

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.drone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ steps:
2323
- mc mb --region=eu-west-1 minio/drone-cache-bucket
2424

2525
- name: build
26-
image: golang:1.14.2-alpine3.11
26+
image: golang:1.14.4-alpine3.12
2727
commands:
2828
- apk add --update make git
2929
- make drone-cache
3030
environment:
3131
CGO_ENABLED: 0
3232

3333
- name: lint
34-
image: golang:1.14.2-alpine3.11
34+
image: golang:1.14.4-alpine3.12
3535
commands:
3636
- apk add --update make git curl
3737
- make lint
3838
environment:
3939
CGO_ENABLED: 0
4040

4141
- name: test
42-
image: golang:1.14.2-alpine3.11
42+
image: golang:1.14.4-alpine3.12
4343
commands:
4444
- go test -mod=vendor -short -cover -tags=integration ./...
4545
environment:

DOCS.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ steps:
115115
- 'vendor'
116116

117117
- name: build
118-
image: golang:1.14.2-alpine3.11
118+
image: golang:1.14.4-alpine3.12
119119
pull: true
120120
commands:
121121
- apk add --update make git
@@ -160,7 +160,7 @@ steps:
160160
path: /tmp/cache
161161

162162
- name: build
163-
image: golang:1.14.2-alpine3.11
163+
image: golang:1.14.4-alpine3.12
164164
pull: true
165165
commands:
166166
- apk add --update make git
@@ -212,7 +212,7 @@ steps:
212212
- 'vendor'
213213

214214
- name: build
215-
image: golang:1.14.2-alpine3.11
215+
image: golang:1.14.4-alpine3.12
216216
pull: true
217217
commands:
218218
- apk add --update make git
@@ -261,7 +261,7 @@ steps:
261261
- 'vendor'
262262

263263
- name: build
264-
image: golang:1.14.2-alpine3.11
264+
image: golang:1.14.4-alpine3.12
265265
pull: true
266266
commands:
267267
- apk add --update make git
@@ -300,7 +300,7 @@ steps:
300300
debug: true
301301

302302
- name: build
303-
image: golang:1.14.2-alpine3.11
303+
image: golang:1.14.4-alpine3.12
304304
pull: true
305305
commands:
306306
- apk add --update make git

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is designed to only used by goreleaser.
2-
FROM golang:1.14.2-alpine3.11 AS builder
2+
FROM golang:1.14.4-alpine3.12 AS builder
33
RUN apk add --update --no-cache ca-certificates tzdata && update-ca-certificates
44

55
FROM scratch as runner

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ steps:
7575
- 'vendor'
7676

7777
- name: build
78-
image: golang:1.14.2-alpine3.11
78+
image: golang:1.14.4-alpine3.12
7979
pull: true
8080
commands:
8181
- apk add --update make git

docs/examples/drone.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
- 'vendor'
2828

2929
- name: build
30-
image: golang:1.14.2-alpine3.11
30+
image: golang:1.14.4-alpine3.12
3131
pull: true
3232
commands:
3333
- apk add --update make git
@@ -74,7 +74,7 @@ steps:
7474
path: /tmp/cache
7575

7676
- name: build
77-
image: golang:1.14.2-alpine3.11
77+
image: golang:1.14.4-alpine3.12
7878
pull: true
7979
commands:
8080
- apk add --update make git
@@ -127,7 +127,7 @@ steps:
127127
- 'vendor'
128128

129129
- name: build
130-
image: golang:1.14.2-alpine3.11
130+
image: golang:1.14.4-alpine3.12
131131
pull: true
132132
commands:
133133
- apk add --update make git
@@ -175,7 +175,7 @@ steps:
175175
- 'vendor'
176176

177177
- name: build
178-
image: golang:1.14.2-alpine3.11
178+
image: golang:1.14.4-alpine3.12
179179
pull: true
180180
commands:
181181
- apk add --update make git
@@ -214,7 +214,7 @@ steps:
214214
debug: true
215215

216216
- name: build
217-
image: golang:1.14.2-alpine3.11
217+
image: golang:1.14.4-alpine3.12
218218
pull: true
219219
commands:
220220
- apk add --update make git

0 commit comments

Comments
 (0)