Skip to content

Commit b062750

Browse files
committed
fix appveyor build problem
1 parent df2f8ec commit b062750

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
Windows Server 2012 R2
66

77
clone_folder:
8-
C:\go\src\github.com\fstab\grok_exporter
8+
C:\grok_exporter
99

1010
environment:
1111
PATH: c:\go\bin;C:\msys64\mingw64\bin;%PATH%
@@ -48,7 +48,7 @@ install:
4848
# --------------------------------------------------------------------------
4949

5050
build_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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- "1.12"
4+
- "1.13"
55

66
os:
77
- linux

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)