We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e50d1c + d519da5 commit 0b6d3e5Copy full SHA for 0b6d3e5
3 files changed
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: install bats
49
uses: mig4/setup-bats@v1
50
with:
51
- bats-version: 1.2.1
+ bats-version: 1.3.0
52
53
- name: unit test
54
if: matrix.rootless != 'rootless'
Dockerfile
@@ -1,5 +1,5 @@
1
-ARG GO_VERSION=1.15
2
-ARG BATS_VERSION=v1.2.1
+ARG GO_VERSION=1.16
+ARG BATS_VERSION=v1.3.0
3
4
FROM golang:${GO_VERSION}-buster
5
ARG DEBIAN_FRONTEND=noninteractive
Vagrantfile.centos7
@@ -15,8 +15,8 @@ Vagrant.configure("2") do |config|
15
set -e -u -o pipefail
16
17
# configuration
18
- GO_VERSION="1.15"
19
- BATS_VERSION="v1.2.1"
+ GO_VERSION="1.16.4"
+ BATS_VERSION="v1.3.0"
20
21
# install yum packages
22
yum install -y -q epel-release
0 commit comments