Skip to content

Commit ce6f2ca

Browse files
committed
Updated go version 1.11 -> 1.12
Signed-off-by: Lou Marvin Caraig <loumarvincaraig@gmail.com>
1 parent 757a97a commit ce6f2ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches: [master]
77
# ANCHORS
88

99
build: &build
10-
image: golang:1.10-stretch
10+
image: golang:1.12-stretch
1111
commands:
1212
- curl -sL https://deb.nodesource.com/setup_8.x | bash
1313
- apt-get update

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- docker
1010

1111
go:
12-
- "1.11.x"
12+
- "1.12.x"
1313

1414
before_install:
1515
- . $HOME/.nvm/nvm.sh

0 commit comments

Comments
 (0)