File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55 Windows Server 2012 R2
66
77clone_folder :
8- C:\go\src\github.com\fstab\ grok_exporter
8+ C:\grok_exporter
99
1010environment :
1111 PATH : c:\go\bin;C:\msys64\mingw64\bin;%PATH%
@@ -48,7 +48,7 @@ install:
4848# --------------------------------------------------------------------------
4949
5050build_script :
51- - cd c:\go\src\github.com\fstab\ grok_exporter
51+ - cd c:\grok_exporter
5252 - git submodule update --init --recursive
5353 - set GO111MODULE=on
5454 - go version
Original file line number Diff line number Diff line change 11language : go
22
33go :
4- - " 1.12 "
4+ - " 1.13 "
55
66os :
77 - linux
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ require (
88 github.com/sirupsen/logrus v1.4.2
99 gopkg.in/yaml.v2 v2.2.2
1010)
11+
12+ go 1.13
You can’t perform that action at this time.
0 commit comments