Bump Go 1.13.13
Includes security fixes to the `crypto/x509` and `net/http` packages. https://github.com/golang/go/issues?q=milestone%3AGo1.13.13+label%3ACherryPickApproved Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -29,7 +29,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
set -eux -o pipefail
|
||||
# configuration
|
||||
GO_VERSION="1.13.12"
|
||||
GO_VERSION="1.13.13"
|
||||
RUNC_FLAVOR="crun"
|
||||
|
||||
# install dnf deps
|
||||
|
||||
Reference in New Issue
Block a user