Skip to content

Commit

Permalink
Merge pull request #150 from fubarhouse/update-default-version
Browse files Browse the repository at this point in the history
Update to v1.13.8
  • Loading branch information
fubarhouse committed Feb 21, 2020
2 parents 6676ccd + aa8b63a commit 0e23cb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.13.5"
- "1.13.8"

python:
- 2.7
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Go
go_reget: false
go_install_clean: false
go_version: 1.13.5
go_version: 1.13.8
go_uninstall: false
go_custom_mirror: https://storage.googleapis.com/golang
go_temporary_dir: /tmp
Expand Down
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
vars:
build_go_from_source: true
install_go_bootstrap: true
go_version: 1.13.5
go_version: 1.13.8
go_temporary_dir: /home/travis/temp
GOROOT: /home/travis/goroot1.9
GOPATH: /home/travis/gopath
Expand Down

0 comments on commit 0e23cb8

Please sign in to comment.