We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 757a97a + ce6f2ca commit 0959d2dCopy full SHA for 0959d2d
2 files changed
.drone.yml
@@ -7,7 +7,7 @@ branches: [master]
7
# ANCHORS
8
9
build: &build
10
- image: golang:1.10-stretch
+ image: golang:1.12-stretch
11
commands:
12
- curl -sL https://deb.nodesource.com/setup_8.x | bash
13
- apt-get update
.travis.yml
@@ -9,7 +9,7 @@ services:
- docker
go:
- - "1.11.x"
+ - "1.12.x"
14
before_install:
15
- . $HOME/.nvm/nvm.sh
0 commit comments