mirror of
https://github.com/opencontainers/runc.git
synced 2025-12-24 11:50:58 +08:00
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 <kolyshkin@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user