Skip to content

Commit bdad285

Browse files
committed
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 <[email protected]>
1 parent c73d766 commit bdad285

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.15
1+
ARG GO_VERSION=1.16
22
ARG BATS_VERSION=v1.2.1
33

44
FROM golang:${GO_VERSION}-buster

Vagrantfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
1515
set -e -u -o pipefail
1616
1717
# configuration
18-
GO_VERSION="1.15"
18+
GO_VERSION="1.16.4"
1919
BATS_VERSION="v1.2.1"
2020
2121
# install yum packages

0 commit comments

Comments
 (0)