Skip to content

Commit

Permalink
fix appveyor build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jan 2, 2020
1 parent df2f8ec commit b062750
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
Windows Server 2012 R2

clone_folder:
C:\go\src\github.com\fstab\grok_exporter
C:\grok_exporter

environment:
PATH: c:\go\bin;C:\msys64\mingw64\bin;%PATH%
Expand Down Expand Up @@ -48,7 +48,7 @@ install:
# --------------------------------------------------------------------------

build_script:
- cd c:\go\src\github.com\fstab\grok_exporter
- cd c:\grok_exporter
- git submodule update --init --recursive
- set GO111MODULE=on
- go version
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.12"
- "1.13"

os:
- linux
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ require (
github.com/sirupsen/logrus v1.4.2
gopkg.in/yaml.v2 v2.2.2
)

go 1.13

0 comments on commit b062750

Please sign in to comment.