Skip to content

Commit

Permalink
bump appveyor go version for consistent behavour
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Feb 5, 2020
1 parent d5d6f83 commit 95b1080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clone_folder: c:\projects\gqlgen

environment:
GOPATH: c:\gopath
GOVERSION: 1.11.5
GOVERSION: 1.13.7
PATH: '%PATH%;c:\gopath\bin'

init:
Expand Down
2 changes: 1 addition & 1 deletion codegen/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestLoadConfig(t *testing.T) {
t.Run("unwalkable path", func(t *testing.T) {
_, err := LoadConfig("testdata/cfg/unwalkable.yml")
if runtime.GOOS == "windows" {
require.EqualError(t, err, "failed to walk schema at root not_walkable/: FindFirstFile not_walkable/: The parameter is incorrect.")
require.EqualError(t, err, "failed to walk schema at root not_walkable/: CreateFile not_walkable/: The system cannot find the file specified.")
} else {
require.EqualError(t, err, "failed to walk schema at root not_walkable/: lstat not_walkable/: no such file or directory")
}
Expand Down

0 comments on commit 95b1080

Please sign in to comment.