From 1a9f9e70dc66ff7e907ba04e8ee547ca3c455fc3 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 4 Nov 2021 05:17:03 +0000 Subject: [PATCH] Bump pipeline from 1.12.0 to 1.12.1 Bumps pipeline from 1.12.0 to 1.12.1. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 0eed1a2..f8f4f03 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.12.0 +1.12.1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8203c9c..cf0492c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: "https://github.com/kyoh86/richgo/releases/download/v${RICHGO_VERSION}/richgo_${RICHGO_VERSION}_linux_amd64.tar.gz" \ | tar -C "${HOME}"/bin -xz richgo env: - RICHGO_VERSION: 0.3.6 + RICHGO_VERSION: 0.3.9 - name: Run Tests run: | #!/usr/bin/env bash