From 11b883b826e1ea1bb0e59e440c6485df99c761d4 Mon Sep 17 00:00:00 2001
From: paketo-bot <paketo-bot@users.noreply.github.com>
Date: Fri, 20 Aug 2021 19:25:28 +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 <noreply@github.com>
---
 .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 5ad2491c..587c5f0c 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 0424dc3f..9914d3d2 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: