Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Bump pipeline from 1.10.2 to 1.10.3 #51

Merged
merged 1 commit into from
Aug 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.2
1.10.3
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down