Skip to content

Commit d519da5

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: install bats
4949
uses: mig4/setup-bats@v1
5050
with:
51-
bats-version: 1.2.1
51+
bats-version: 1.3.0
5252

5353
- name: unit test
5454
if: matrix.rootless != 'rootless'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_VERSION=1.16
2-
ARG BATS_VERSION=v1.2.1
2+
ARG BATS_VERSION=v1.3.0
33

44
FROM golang:${GO_VERSION}-buster
55
ARG DEBIAN_FRONTEND=noninteractive

Vagrantfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
1616
1717
# configuration
1818
GO_VERSION="1.16.4"
19-
BATS_VERSION="v1.2.1"
19+
BATS_VERSION="v1.3.0"
2020
2121
# install yum packages
2222
yum install -y -q epel-release

0 commit comments

Comments
 (0)