role golang: update to 1.10

yanic no longer builds with 1.8
This commit is contained in:
Julian Labus 2018-10-15 09:40:09 +02:00
parent 98c29c3f93
commit d69d5bde3f
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 4 additions and 11 deletions

View File

@ -1,16 +1,9 @@
---
- name: install golang package
package:
name: golang-1.8
state: present
- name: create symlink to golang binary
file:
src: /usr/lib/go-1.8/bin/go
dest: /usr/bin/go
state: link
owner: root
group: root
apt:
name: golang
state: latest
default_release: stretch-backports
- name: create GOPATH directory
file: