Skip to content

Commit

Permalink
Dockerfile, Vagrantfile.centos7: use go 1.16
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kolyshkin committed May 12, 2021
1 parent c73d766 commit bdad285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdad285

Please sign in to comment.