Skip to content

Commit

Permalink
Merge pull request apache#477 from mrhillsman/updatedefaultgoversion
Browse files Browse the repository at this point in the history
Update default go to latest - 1.12.1
  • Loading branch information
mrhillsman authored Mar 22, 2019
2 parents e29dcb5 + 30eb613 commit c8d71d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/config-golang/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
go_version: '1.11.1'
go_version: '1.12.1'
go_tarball: 'go{{ go_version }}.linux-amd64.tar.gz'
go_download_location: 'https://storage.googleapis.com/golang/{{ go_tarball }}'

0 comments on commit c8d71d2

Please sign in to comment.