Skip to content

Commit 0959d2d

Browse files
authored
Merge pull request #372 from se7entyse7en/go-1.12
Updates go version 1.11 -> 1.12
2 parents 757a97a + ce6f2ca commit 0959d2d

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)