From 2ce04d92a6c3e1835dcb52b01faa97461994f9b9 Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Sun, 7 Jun 2020 10:46:29 -0700 Subject: [PATCH] service: requrie go1.12 due to aix --- .travis.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 295af23..891714c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ go_import_path: github.com/kardianos/service sudo: required go: - - 1.10.x - - 1.11.x + - 1.12.x + - 1.14.x - master before_install: diff --git a/go.mod b/go.mod index 2e998db..5582a1e 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/kardianos/service -go 1.10 +go 1.12 require golang.org/x/sys v0.0.0-20190204203706-41f3e6584952