Skip to content

Commit

Permalink
Merge pull request #11 from richardlt/fix-potential-security-vulnerab…
Browse files Browse the repository at this point in the history
…ilities

Fix potential security vulnerabilities
  • Loading branch information
richardlt authored Oct 2, 2018
2 parents 1ca0c6b + 5a0c0c9 commit 76f3bf3
Show file tree
Hide file tree
Showing 6 changed files with 5,128 additions and 3,854 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|
apt-get install -y git build-essential pkg-config libusb-1.0
# install Golang
export VERSION=1.9.4
export VERSION=1.10.3
export OS=linux
export ARCH=amd64
wget -q https://dl.google.com/go/go$VERSION.$OS-$ARCH.tar.gz
Expand Down
Loading

0 comments on commit 76f3bf3

Please sign in to comment.