Skip to content

Commit 0b6d3e5

Browse files
author
Mrunal Patel
authored
Merge pull request #2932 from kolyshkin/ci-go116
CI: bump go 1.16, bats 1.3.0
2 parents 4e50d1c + d519da5 commit 0b6d3e5

3 files changed

Lines changed: 5 additions & 5 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG GO_VERSION=1.15
2-
ARG BATS_VERSION=v1.2.1
1+
ARG GO_VERSION=1.16
2+
ARG BATS_VERSION=v1.3.0
33

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

Vagrantfile.centos7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Vagrant.configure("2") do |config|
1515
set -e -u -o pipefail
1616
1717
# configuration
18-
GO_VERSION="1.15"
19-
BATS_VERSION="v1.2.1"
18+
GO_VERSION="1.16.4"
19+
BATS_VERSION="v1.3.0"
2020
2121
# install yum packages
2222
yum install -y -q epel-release

0 commit comments

Comments
 (0)