Skip to content

Commit

Permalink
Merge branch 'main' into ppa_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dwillist authored Oct 22, 2020
2 parents 5a3e270 + 52eb22c commit 7ac659f
Show file tree
Hide file tree
Showing 38 changed files with 1,316 additions and 806 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "::set-env name=PACK_VERSION::$version"
shell: bash
- name: Set up go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2.1.3
with:
go-version: '1.14'
- name: Set up go env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2.1.3
with:
go-version: '1.14'
- name: Set up go env
Expand Down
Loading

0 comments on commit 7ac659f

Please sign in to comment.