Skip to content

Commit

Permalink
ci: Go 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Oct 3, 2019
1 parent 1c7fd2b commit a1aba39
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 @@ -6,7 +6,7 @@ clone_folder: c:\gopath\src\github.com\la5nta\pat
environment:
global:
GOPATH: C:\gopath
GOVERSION: "1.13"
GOVERSION: "1.13.1"
MSYS_PATH: C:\MinGW\msys\1.0
install:
- set PATH=C:\go\bin;%MSYS_PATH%\bin;C:\MinGW\bin;%PATH%
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:

go:
- 1.6
- "1.13"
- "1.13.1"

matrix:
exclude:
Expand Down

0 comments on commit a1aba39

Please sign in to comment.