Bump Golang 1.13.12

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-06-22 16:49:31 +09:00
parent bf672cccee
commit 1a83f9a638
7 changed files with 14 additions and 14 deletions

2
Vagrantfile vendored
View File

@@ -29,7 +29,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL
set -eux -o pipefail
# configuration
GO_VERSION="1.13.11"
GO_VERSION="1.13.12"
RUNC_FLAVOR="crun"
# install dnf deps