From c98e308ceb31154d8e3914c8c100e2296c3c7c35 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 20 Aug 2021 19:25:16 +0000 Subject: [PATCH] Bump pipeline from 1.10.2 to 1.10.3 Bumps pipeline from 1.10.2 to 1.10.3. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/tests.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 5ad2491..587c5f0 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.10.2 +1.10.3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cb3ab6..bf86670 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,9 @@ jobs: password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} registry: gcr.io username: _json_key + - uses: actions/setup-go@v2 + with: + go-version: "1.16" - name: Install create-package run: | #!/usr/bin/env bash @@ -54,9 +57,6 @@ jobs: mkdir -p "${HOME}"/.pack echo "experimental = true" >> "${HOME}"/.pack/config.toml - - uses: actions/setup-go@v2 - with: - go-version: "1.16" - uses: actions/checkout@v2 - uses: actions/cache@v2 with: