Skip to content

Commit b747916

Browse files
committed
drone: bump Go to 1.13.4 and 1.12.13
1 parent e8e4560 commit b747916

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

drone/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// the first version is used to build the binary that gets shipped to Docker Hub.
2-
local go_versions = ['1.13.3', '1.12.12'];
2+
local go_versions = ['1.13.4', '1.12.13'];
33

44
local goproxy = 'https://proxy.golang.org';
55

drone/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# DO NOT MODIFY - AUTO GENERATED
33

44
kind: pipeline
5-
name: go-1.13.3
5+
name: go-1.13.4
66

77
platform:
88
os: linux
@@ -14,7 +14,7 @@ workspace:
1414

1515
steps:
1616
- name: mod-download
17-
image: golang:1.13.3
17+
image: golang:1.13.4
1818
commands:
1919
- go mod download
2020
environment:
@@ -23,7 +23,7 @@ steps:
2323
- clone
2424

2525
- name: coverage
26-
image: golang:1.13.3
26+
image: golang:1.13.4
2727
commands:
2828
- apt update
2929
- apt install -y redis-server
@@ -42,7 +42,7 @@ steps:
4242
- mod-download
4343

4444
- name: build
45-
image: golang:1.13.3
45+
image: golang:1.13.4
4646
commands:
4747
- make build
4848
environment:
@@ -116,7 +116,7 @@ steps:
116116

117117
---
118118
kind: pipeline
119-
name: go-1.12.12
119+
name: go-1.12.13
120120

121121
platform:
122122
os: linux
@@ -128,7 +128,7 @@ workspace:
128128

129129
steps:
130130
- name: mod-download
131-
image: golang:1.12.12
131+
image: golang:1.12.13
132132
commands:
133133
- go mod download
134134
environment:
@@ -137,7 +137,7 @@ steps:
137137
- clone
138138

139139
- name: coverage
140-
image: golang:1.12.12
140+
image: golang:1.12.13
141141
commands:
142142
- apt update
143143
- apt install -y redis-server
@@ -156,7 +156,7 @@ steps:
156156
- mod-download
157157

158158
- name: build
159-
image: golang:1.12.12
159+
image: golang:1.12.13
160160
commands:
161161
- make build
162162
environment:

0 commit comments

Comments
 (0)