Dockerfile, Vagrantfile.centos7, .github: bats 1.3.0

Bump from bats 1.2.1 to 1.3.0.

Changes: https://github.com/bats-core/bats-core/releases/tag/v1.3.0

NOTE we're already using bats 1.3.0 on Fedora CI.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-05-06 14:47:42 -07:00
parent bdad2859f7
commit d519da5eb0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.16
ARG BATS_VERSION=v1.2.1
ARG BATS_VERSION=v1.3.0
FROM golang:${GO_VERSION}-buster
ARG DEBIAN_FRONTEND=noninteractive
+1 -1
View File
@@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
# configuration
GO_VERSION="1.16.4"
BATS_VERSION="v1.2.1"
BATS_VERSION="v1.3.0"
# install yum packages
yum install -y -q epel-release