diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f125887cd..cc46afe62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - name: install bats uses: mig4/setup-bats@v1 with: - bats-version: 1.2.1 + bats-version: 1.3.0 - name: unit test if: matrix.rootless != 'rootless' diff --git a/Dockerfile b/Dockerfile index 1d8a27dcb..2266903ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG GO_VERSION=1.15 -ARG BATS_VERSION=v1.2.1 +ARG GO_VERSION=1.16 +ARG BATS_VERSION=v1.3.0 FROM golang:${GO_VERSION}-buster ARG DEBIAN_FRONTEND=noninteractive diff --git a/Vagrantfile.centos7 b/Vagrantfile.centos7 index 559f8dd39..b8ae1db42 100644 --- a/Vagrantfile.centos7 +++ b/Vagrantfile.centos7 @@ -15,8 +15,8 @@ Vagrant.configure("2") do |config| set -e -u -o pipefail # configuration - GO_VERSION="1.15" - BATS_VERSION="v1.2.1" + GO_VERSION="1.16.4" + BATS_VERSION="v1.3.0" # install yum packages yum install -y -q epel-release