Skip to content

Commit f88ea5b

Browse files
committed
interfaces: bump appveyor version
1 parent 6df3dd8 commit f88ea5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ os: Windows Server 2012 R2
55
clone_folder: c:\projects\src\github.com\rjeczalik\interfaces
66

77
environment:
8-
PATH: c:\projects\bin;%PATH%
8+
PATH: c:\projects\bin;C:\msys64\mingw64\bin;%PATH%
99
GOPATH: c:\projects
10-
GOVERSION: 1.8.3
10+
GOVERSION: 1.12.4
11+
GOCACHE: c:\gocache
12+
GO111MODULE: on
1113

1214
install:
1315
- rmdir c:\go /s /q
@@ -19,7 +21,6 @@ install:
1921
- go get -v -t ./...
2022

2123
build_script:
22-
- go tool vet -all .
2324
- go install ./...
2425
- go test -race -v ./...
2526

0 commit comments

Comments
 (0)