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: