From bdad2859f7dc3853d1151e6056ab4dc68afc54e9 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 3 May 2021 19:56:22 -0700 Subject: [PATCH] Dockerfile, Vagrantfile.centos7: use go 1.16 Dockerfile: switch from go 1.15 to go 1.16.x. Vagrantfile.centos7: switch from go 1.15 to go 1.16.4. Signed-off-by: Kir Kolyshkin --- Dockerfile | 2 +- Vagrantfile.centos7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d8a27dcb6a..9c9cde58f54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.15 +ARG GO_VERSION=1.16 ARG BATS_VERSION=v1.2.1 FROM golang:${GO_VERSION}-buster diff --git a/Vagrantfile.centos7 b/Vagrantfile.centos7 index 559f8dd397e..8409496cb6f 100644 --- a/Vagrantfile.centos7 +++ b/Vagrantfile.centos7 @@ -15,7 +15,7 @@ Vagrant.configure("2") do |config| set -e -u -o pipefail # configuration - GO_VERSION="1.15" + GO_VERSION="1.16.4" BATS_VERSION="v1.2.1" # install yum packages