Skip to content

Commit

Permalink
Update to v1.13.8
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com>
  • Loading branch information
fubarhouse committed Feb 20, 2020
1 parent 6676ccd commit aa8b63a
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 aa8b63a

Please sign in to comment.