Skip to content

Commit

Permalink
Update Go version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Sep 5, 2020
1 parent 3f49193 commit 5320c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x

services:
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
MINGW_PATH: C:\MinGW

GOPATH: C:\GOPATH
GOVERSION: 1.13.3
GOVERSION: 1.15.1

install:
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%MINGW_PATH%\bin;%PATH%
Expand Down

0 comments on commit 5320c64

Please sign in to comment.